Posts: 75
Threads: 11
Joined: Oct 2008
Reputation:
0
Can someone tell me how to lock the cars?
Thanks in advance
Posts: 2,034
Threads: 153
Joined: Jan 2009
Reputation:
0
What part needs to go under OnVehicleStremedIn? this part?
new i;
while(i < MAX_PLAYERS)
{
if(i == playerid) continue;
SetVehicleParamsForPlayer(GetPlayerVehicleID(playe rid),i++,0,1);
}