OnPlayerText say twice
#1

pawn Код:
public OnPlayerText(playerid, text[])
{
    new string[128];
    format(string,sizeof(string),"%s: %s",RemoveUnderScore(playerid),text);
    ProxDetector(15, playerid, string, COLOR_WHITE);
    return 1;
}
It says twice i want one time,.
Reply
#2

Return 0 instead 1.
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)