SA-MP Forums Archive
Doesn't show text. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Doesn't show text. (/showthread.php?tid=244277)



Doesn't show text. - Type-R - 26.03.2011

Hello, when you type something in the server it doesn't show any chat message, but when you type commands, they work fine. Does anybody know the problem?


Re: Doesn't show text. - Sascha - 26.03.2011

check your
"public OnPlayerCommandText(playerid, text[])"

if it ends like this:
pawn Код:
return 0;
}
then change the "return 0" into "return 1"


Re: Doesn't show text. - Type-R - 26.03.2011

Thanks, it now works!

EDIT: Now my commands don't work