Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. if(PlayerInfo[playerid][pMember] == 1)
  2. {
  3. if(PlayerInfo[playerid][pRank] == 1) { factiontitle = "Cadet"; } // <=== parantezele astea sunt destul numai pune { dupa fiecare
  4. if(PlayerInfo[playerid][pRank] == 2) { factiontitle = "Offiter"; }
  5. if(PlayerInfo[playerid][pRank] == 3) { factiontitle = "Sergent"; }
  6. if(PlayerInfo[playerid][pRank] == 4) { factiontitle = "Locotenent"; }
  7. if(PlayerInfo[playerid][pRank] == 5) { factiontitle = "Capitan"; }
  8. if(PlayerInfo[playerid][pRank] == 6) { factiontitle = "Asistent Chief"; }
  9. if(PlayerInfo[playerid][pRank] == 7) { factiontitle = "Chief"; }
  10.  
  11. } // <=== inchide paranteza la factiunea #1
  12. if(PlayerInfo[playerid][pMember] == 2)
  13. {
  14. if(PlayerInfo[playerid][pRank] == 1) { factiontitle = "Medic Stagiar"; }
  15.  
  16.  
  17. } // <=== inchide nu uita.
  18.  
  19. // Si incearca sa le tii mai frumos aranjate asa, descarca-ti notepad ++ cand apesi shift tab peste text le misca
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement