SendFactionMessage
#1

Its quite a small problem, but the chat is shown to everyone

PHP код:
SendFactionMessage(playerid,string[]) {
    foreach(new 
Player) {
        if(
AccInfo[playerid][PlayerFaction] == AccInfo[i][PlayerFaction]) {
            
Msg(iCOLOR_LIGHTBLUEstring);
        }
    }
    return 
true;

Reply


Messages In This Thread
SendFactionMessage - by TwinkiDaBoss - 29.12.2015, 14:25
Re: SendFactionMessage - by Ritzy2K - 29.12.2015, 14:37
Re: SendFactionMessage - by DRIFT_HUNTER - 29.12.2015, 14:51

Forum Jump:


Users browsing this thread: 1 Guest(s)