OldCAR - 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: OldCAR (
/showthread.php?tid=477674)
OldCAR -
norton2 - 25.11.2013
Why when I go up in a vehicle and write "/oldcar" I say it is equal to "0"?
Re: OldCAR -
erminpr0 - 25.11.2013
Obviously because it is not working properly
paste the code
Re: OldCAR -
norton2 - 25.11.2013
http://pastebin.com/jRkjfqdp
Re: OldCAR -
erminpr0 - 25.11.2013
pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
gLastCar[playerid] = vehicleid;
return 1;
}