Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- else if(broj == 17)
- {
- if(!strcmp(NovinarInfo[1][novLider], "Niko", false)) return SCMF(playerid, BELA, "{FF0000}[Greska!]{BFC0C2} Nema lidera na broju %d!", broj);
- new id;
- id = GetPlayerID(NovinarInfo[1][novLider]);
- if(IsPlayerConnected(id))
- {
- PlayerInfo[id][pLider] = 0;
- PlayerInfo[id][pRank] = 0;
- PlayerInfo[id][pClan] = 0;
- if(PlayerInfo[id][pPol] == 1) { PlayerInfo[id][pSkin] = PocetniSkinM; SetPlayerSkin(id, PocetniSkinM); }
- else if(PlayerInfo[id][pPol] == 2) { PlayerInfo[id][pSkin] = PocetniSkinZ; SetPlayerSkin(id, PocetniSkinZ); }
- SCMF(id, BELA, "{FF0000}Smenjeni ste sa pozicije lidera od admina {FFFFFF}%s.", GetName(playerid));
- }
- SCMF(playerid, BELA, "{33CCFF}Smenili ste lidera {FFFFFF}%s{33CCFF} na broju {FFFFFF}%d.", NovinarInfo[1][novLider], broj);
- strmid(NovinarInfo[1][novLider], "Niko", 0, strlen("Niko"), 255);
- SacuvajOrg(9);
- }
Advertisement
Add Comment
Please, Sign In to add comment