Help error....
#1

pawn Код:
D:\Jocuri\SAMP\sp edit\gamemodes\rpg.pwn(8999) : error 017: undefined symbol "IsValidVehicle"
D:\Jocuri\SAMP\sp edit\gamemodes\rpg.pwn(9451) : warning 204: symbol is assigned a value that is never used: "paperboy"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
this is code:
pawn Код:
for(new veh = 1; veh < MAX_VEHICLES; veh++)
{
    if(IsValidVehicle(veh))
    {
    SetVehicleParamsEx(veh,false,false,false,false,false,false,false);
    }
}
Reply


Messages In This Thread
Help error.... - by Gaby29 - 31.03.2013, 14:10
Re: Help error.... - by judothijs - 31.03.2013, 14:14
Re: Help error.... - by Neil. - 31.03.2013, 14:15
Re: Help error.... - by Konstantinos - 31.03.2013, 14:17
Re: Help error.... - by Gaby29 - 31.03.2013, 14:26
Re: Help error.... - by Konstantinos - 31.03.2013, 14:42
Re: Help error.... - by Gaby29 - 31.03.2013, 15:00

Forum Jump:


Users browsing this thread: 4 Guest(s)