Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. if (PlayerInfo[playerid][pLider] == 1) {
  2. new members;
  3. for (new i; i < MAX_POLICE_MEMBERS; i++) {
  4. if (strcmp(PoliceMembers[i], "Nitko", true)) {
  5. members++;
  6. }
  7. }
  8.  
  9. if (members == MAX_POLICE_MEMBERS) {
  10. return SendClientMessage(playerid, COLOR_RED, "ERROR: Vasa organizacija vec ima maksimalan broj clanova te ne moze primati nove clanove.");
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement