17.09.2012, 12:55
Le pui asa
Mai intai le declari asa:
Apoi functia de protectie:
da-mi un + la reputatie daca te-am ajutat
Mai intai le declari asa:
Код:
new PD1; new PD2; new PD3; new PD4; new PD5; new PD6; new PD7; new PD8; new PD9; new PD10;
Код:
if(newcar == PD1 || newcar == PD2 || newcar == PD3 || newcar == PD4 || newcar == PD5 || newcar == PD6 || newcar == PD7 || newcar == PD8 || newcar == PD9 || newcar == PD10 ) { if(PlayerInfo[playerid][pMember] == 1||PlayerInfo[playerid][pLeader] == 1) { } else { new Float:cx, Float:cy, Float:cz; GetPlayerPos(playerid, cx, cy, cz); SetPlayerPos(playerid, cx, cy, cz); SendClientMessage(playerid,COLOR_GREY,"You are not a member Police Departament !"); RemovePlayerFromVehicle(playerid); } }