how to change this...........
#1

how to change this :
when i type for example : hi
sa-mp says :
Код:
MBX97: hi
i want to change that to :
Код:
MBX97 [ID: %d] :
how to change that ?
Reply
#2

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

i'll try it , thx miguel
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)