Advertisement
Guest User

Untitled

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