Guest User

Untitled

a guest
Dec 15th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if(strcmp(cmd, "/creagang", true) == 0)
  2. {
  3. for(new i=0; i<sizeof(GangInfo); i++)
  4. {
  5. if(PlayerInfo[playerid][pGang] == 999)
  6. {
  7. if(GangInfo[i][gOwned] == 0)
  8. {
  9. PlayerInfo[playerid][pGang] = i;
  10. // tutte le altre funzioni
  11. }
  12. }
  13. }
  14. }
Add Comment
Please, Sign In to add comment