18.08.2012, 23:42
So i make this.
Where are the //---// what i need to type to drop the player?
Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { for(new i = 0; i < 4; i++) { if(vehicleid == AdminVehicles[i]) { if(!IsPlayerAdmin(playerid)) return //---// } } return 1; }