Errors
#5

Код:
public OnPlayerText(playerid, text[])
{
    new pTextd[241];
    format(pTextd, sizeof (pTextd), "[Member](%d) %s", playerid, text);
    if(PlayerInfo[playerid][Level] >= 1)
    {
        format(pTextd, sizeof (pTextd), "[Admin](%d) %s", playerid, text);
    }
    SendPlayerMessageToAll(playerid, pTextd);
    return 0;
}
Reply


Messages In This Thread
Errors - by Ronz11 - 06.09.2015, 08:03
Re: Errors - by karemmahmed22 - 06.09.2015, 08:05
Re: Errors - by Ronz11 - 06.09.2015, 08:08
Re: Errors - by bgedition - 06.09.2015, 08:16
Re: Errors - by Tamy - 06.09.2015, 08:17
Re: Errors - by jlalt - 06.09.2015, 08:17
Re: Errors - by karemmahmed22 - 06.09.2015, 08:18
Re: Errors - by Ronz11 - 06.09.2015, 08:43
AW: Errors - by Skimmer - 06.09.2015, 08:55
Re: Errors - by Roberto80 - 06.09.2015, 09:47

Forum Jump:


Users browsing this thread: 1 Guest(s)