08.07.2015, 14:22
Hello, i started new.pwn and now i have problem with chat. If i type something then it show two times in chat one is roleplay name one is with '_'.
here is my onplayertext
here is my onplayertext
Код:
public OnPlayerText(playerid, text[])
{
new string[128];
format(string, sizeof(string), "%s ьtleb: %s",RPN(playerid), text);
ProxDetector(12.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
return 1;
}

