chat help
#5

pawn Код:
public OnPlayerText(playerid, text[])
{
    new str[144],name[64];
    GetPlayerName(playerid,name,sizeof(name));
    format(str, sizeof (str), "%s[ID: %i]: %s", name, playerid, text);
    SendPlayerMessageToAll(playerid, str);
    return 0; // This should be "return 0;"
}
Reply


Messages In This Thread
chat help - by ScripteRNaBEEL - 25.06.2014, 12:24
Re: chat help - by WardenCS - 25.06.2014, 12:29
Re: chat help - by zT KiNgKoNg - 25.06.2014, 12:31
Re: chat help - by ScripteRNaBEEL - 25.06.2014, 12:48
Re: chat help - by Rittik - 25.06.2014, 12:54
Re: chat help - by Threshold - 25.06.2014, 13:04
Re: chat help - by ScripteRNaBEEL - 25.06.2014, 13:21

Forum Jump:


Users browsing this thread: 1 Guest(s)