SA-MP Forums Archive
[HELP]My engine system - 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: [HELP]My engine system (/showthread.php?tid=243667)



[HELP]My engine system - yarrum3 - 24.03.2011

It is Fix now


Re: [HELP]My engine system - PinkFloydLover - 24.03.2011

Change SetTimer("startcar",1000,false);

To SetTimerEx("startcar",1000,false,"i",playerid);

The problem is you probebly haven't set "playerid", to anything in your timer, so by defualt it gets set to 0.