Es te atkal ar PintJob.

Ja kas neizprotams.

Moderator: Moderatori

Locked
User avatar
SiiPols
Jauniņais
Jauniņais
Posts: 67
Joined: 10 Feb 2009, 14:42
Location: East Coast

Es te atkal ar PintJob.

Post by SiiPols »

man uzmet šādu error

Code: Select all

C:\Documents and Settings\Dators\Desktop\Stunt server\filterscripts\stunts.pwn(284) : error 017: undefined symbol "vehicleid"
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
Kommanda :

Code: Select all

if(strcmp(cmdtext, "/paintjob", true)==0)
{
if(IsPlayerInAnyVehicle(playerid))
{
PlayerPlaySound(playerid,1133,0.0,0.0,0.0);
ChangeVehiclePaintjob(vehicleid, 1)
SendClientMessage(playerid,COLOR_GREEN,"Your car was tuned with rims and 10x NOS!");
} else {
SendClientMessage(playerid,COLOR_GREY,"You have to be in a car to use this command.!");
}
return 1;
}
User avatar
blossom[eQ]
Censoņa
Censoņa
Posts: 393
Joined: 12 Sep 2008, 15:05
Location: Pagrabs

Re: Es te atkal ar PintJob.

Post by blossom[eQ] »

turpat komandā

Code: Select all

new vehicleid = GetPlayerVehicleId(playerid);
User avatar
Disaster
Nelabojams spameris
Nelabojams spameris
Posts: 2194
Joined: 15 Sep 2008, 07:11
Location: Rēzekne

Re: Es te atkal ar PintJob.

Post by Disaster »

kad ielieku šo- new vehicleid = GetPlayerVehicleId(playerid);
pawn compilers izmet eroru un izslēdzas..
Image
:) Piedāvāju palīdzēt kādam serverim ar skriptošanu. :)
User avatar
blossom[eQ]
Censoņa
Censoņa
Posts: 393
Joined: 12 Sep 2008, 15:05
Location: Pagrabs

Re: Es te atkal ar PintJob.

Post by blossom[eQ] »

Iespējams vecais compiller..
dabū jauno.. un ja vienalga, tad mēģini pa atsevišķo..

Code: Select all

new vehicleid;
vehicleid = GetPlayerVehicleID(playerid);
User avatar
Disaster
Nelabojams spameris
Nelabojams spameris
Posts: 2194
Joined: 15 Sep 2008, 07:11
Location: Rēzekne

Re: Es te atkal ar PintJob.

Post by Disaster »

C:\Documents and Settings\hawkz\Desktop\`serveris`\gamemodes\sftdm.pwn(74) : error 010: invalid function or declaration

74- vehicleid = GetPlayerVehicleID(playerid);
Image
:) Piedāvāju palīdzēt kādam serverim ar skriptošanu. :)
User avatar
SiiPols
Jauniņais
Jauniņais
Posts: 67
Joined: 10 Feb 2009, 14:42
Location: East Coast

Re: Es te atkal ar PintJob.

Post by SiiPols »

Var LOCK!
Locked