Undefined symbol "vehicleid" - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Undefined symbol "vehicleid" (
/showthread.php?tid=343840)
Undefined symbol "vehicleid" -
Neil. - 19.05.2012
fixed
Re: Undefined symbol "vehicleid" -
Jonny5 - 19.05.2012
add
pawn Код:
new vehicleid = GetPlayerVehicleID(playerid);
at the top of the command
Re: Undefined symbol "vehicleid" -
Neil. - 19.05.2012
Quote:
Originally Posted by Jonny5
add
pawn Код:
new vehicleid = GetPlayerVehicleID(playerid);
at the top of the command
|
Thanks.. Fixed