19.06.2009, 15:02
i use seif's include for vehicles. i want to make a command:
but i get:
help?
pawn Код:
if (strcmp("/respray", cmdtext, true) == 0)
{
GetVehicleID(playerid);
ResprayVehicle(vehicleid);
return 1;
}
Код:
C:\Documents and Settings\^^\My Documents\NikeRaptor\gamemodes\raz.pwn(597) : error 017: undefined symbol "GetVehicleID" C:\Documents and Settings\^^\My Documents\NikeRaptor\gamemodes\raz.pwn(598) : error 017: undefined symbol "vehicleid" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.