24.08.2017, 18:01
Ah, ok, thanks, one more question, much problem
When a car is created, i set params for playerid like that:
And for others:
But i have this problem, it doesn't lock for anybody, can u help me?
When a car is created, i set params for playerid like that:
Код:
SetVehicleParamsForPlayer(pJobVehicle[playerid],playerid, 0, 0);
Код:
foreach(new x : Player) { if(x != playerid) { SetVehicleParamsForPlayer(pJobVehicle[playerid], x, 0, 1); } }