09.06.2009, 19:02
Did you not read what I said? Completely get rid of
and get rid of "carid = " from the start of all your AddStaticVehicles.
Then write the code I gave you in OnPlayerConnect.
Код:
new carid; for(carid=0;carid<MAX_PLAYERS;carid++) SetVehicleParamsForPlayer(carid,playerid,0,1);
Then write the code I gave you in OnPlayerConnect.