24.03.2011, 05:24
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.
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.