OnPlayerText
#1

pawn Код:
public OnPlayerText(playerid, text[])
{
    new Str[256];
    format(Str, sizeof(Str), "%s: %s [id: %d | %s]", GetName(playerid), text, playerid, DOF2_GetString(PFile(playerid),"Tag"));
    SendClientMessageToAll(-1, Str);
    return 0;
}
How i do random color for the player name ?
Reply


Messages In This Thread
OnPlayerText - by benel1 - 01.11.2012, 20:58
Re: OnPlayerText - by Finn - 01.11.2012, 21:05

Forum Jump:


Users browsing this thread: 1 Guest(s)