vehicle angle problem - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: vehicle angle problem (
/showthread.php?tid=148556)
vehicle angle problem -
Kar - 17.05.2010
SetVehicleZAngle(pvehicleid, a);
Код:
C:\Documents and Settings\Karim\My Documents\Grand Theft Auto San Andreas\samp server\gamemodes\elitedrift.pwn(520) : error 017: undefined symbol "pvehicleid"
help!?!?
Re: vehicle angle problem -
agd555 - 17.05.2010
You not defined "pvehicleid".
Re: vehicle angle problem -
Kar - 17.05.2010
how to define it
Re: vehicle angle problem -
agd555 - 18.05.2010
It:
Код:
new pvehicleid;
pvehicleid =GetPlayerVehicleID(playerid);