15.04.2013, 11:40
So I have this problem
When you take out a member from the organization does not want to send him a message that the code is thrown here
When you take out a member from the organization does not want to send him a message that the code is thrown here
Quote:
new id = GetPlayerID(FBIInfo[broj][Mesto]); if(IsPlayerConnected(id) && PlayerInfo[id][Clan] == PlayerInfo[playerid][Clan]) { PlayerInfo[id][Lider] = 0; PlayerInfo[id][Clan] = 0; PlayerInfo[id][pRank] = 0; PlayerInfo[id][TimUgovor] = 0; PlayerInfo[id][KaznaUgovor] = 0; PlayerInfo[id][pChar] = 0; SetPlayerSkin(id, 23); SCM(id, SVETLOPLAVA, "Izbaceni ste iz svoje organizacije"); } |