09.06.2009, 18:43
You're adding this to the wrong place:
Add this:
to OnPlayerConnect.
Код:
new carid; new i; for (i=0;i<MAX_PLAYERS;i++) if (i!=playerid) SetVehicleParamsForPlayer(carid,i,0,1);
Код:
for(carid=0;carid<MAX_PLAYERS;carid++) SetVehicleParamsForPlayer(carid,playerid,0,1);