Message only showing in Console
#4

pawn Код:
#if ADM_InMSG == true
    if (AccInfo[playerid][Hide] == 0 && AccInfo[playerid][Level] > 0)
    {
        new str3[256], name[MAX_PLAYER_NAME];
        GetPlayerName(playerid, name, MAX_PLAYER_NAME);
        format(str3, 256, "Administrator %s: %s", name, text);
        SendClientMessageToAll(0xFF66FFAA, str3);
    }
    return 0;
}
#endif
Reply


Messages In This Thread
Message only showing in Console - by Eminem 2ka9 - 24.03.2013, 19:25
Re: Message only showing in Console - by Eminem 2ka9 - 24.03.2013, 19:49
Re: Message only showing in Console - by reckst4r - 24.03.2013, 20:41
Re: Message only showing in Console - by kamzaf - 24.03.2013, 23:11

Forum Jump:


Users browsing this thread: 1 Guest(s)