OnPlayerText say twice
#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


Messages In This Thread
OnPlayerText say twice - by Mey6155 - 01.06.2014, 14:52
Re: OnPlayerText say twice - by Luis- - 01.06.2014, 14:53
Re: OnPlayerText say twice - by Eth - 01.06.2014, 14:53

Forum Jump:


Users browsing this thread: 1 Guest(s)