Posts: 162
Threads: 61
Joined: Aug 2010
Posts: 248
Threads: 19
Joined: Dec 2007
Reputation:
0
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.