Local chat doesnt works.
#1

/SOLVED
Reply
#2

Do you have any timers associated with any of your chat functions?
Reply
#3

Show your full OnPlayerText, please.

(Sorry for my bad English)
Reply
#4

/SOLVED
Reply
#5

pawn Код:
public OnPlayerText(playerid, text[])
{
    if (realchat)
    {
        new string[128];
        format(string, sizeof(string), "%s says: %s", GetName(playerid), text);
        SendNearbyMessage(playerid, 15, string, COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
    }
    return 0;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)