24.12.2014, 17:26
please help my with this script this script is for police job if u enter to police cars and your jobId not equal 1 its wont let u go but i need to add exception like if u are server owner its let u go in
Код:
if( PlayerInfo[playerid][JobID] !=1 || PlayerInfo[playerid][Owner] != 1) // POLICININKAS { SendClientMessage( playerid, COLOR_RED,"* Jus ne policininkas."); RemovePlayerFromVehicle( playerid ); return 1; }