22.12.2010, 21:03
Thank you piohh ... your solution is the best.
Код:
public OnVehicleStreamIn(vehicleid, forplayerid) { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(gCarLock[vehicleid]==1) { SetVehicleParamsForPlayer(vehicleid, i, 0, 1); } } } }