how to change this...........
#2

pawn Код:
public OnPlayerText(playerid, text[])
{
    new
        string[128];
       
    format(string, sizeof(string), "[ID: %d]: %s", playerid, text);
    SendPlayerMessageToAll(playerid, string);
    return 0;
}
Reply


Messages In This Thread
how to change this........... - by MBX97 - 25.10.2010, 01:26
Re: how to change this........... - by Miguel - 25.10.2010, 01:49
Re: how to change this........... - by MBX97 - 25.10.2010, 01:50

Forum Jump:


Users browsing this thread: 1 Guest(s)