01.03.2010, 18:23
Quote:
Originally Posted by CJ101
Код:
for(new a=0; a < MAX_PLAYERS; a++) { SetVehicleParamsForPlayer(GetPlayerVehicleID(playerid),a,0,1); } |
SetVehicleParamsForPlayer(GetPlayerVehicleID(playe rid),playerid,0,1);
doesn't that mean that it locks the car for everyone except Playerid??
Then if you make MAX_PLAYERS it would make the car open for all players? =/