22.02.2010, 07:17
/lock command makes th eplaye rlock car if player uses it right
how about doing this
or what ever you will need to check the code but thats the idea for autolock on player connect
how about doing this
Код:
public onplayerconnect you add this for(new i; i < MAX_PLAYERS; i++) { if(i != playerid) { SetVehicleParamsForPlayer(Info[playerid][eCarKeys], i, 0, 0) } }