SA-MP Forums Archive
can not see what written in the chat - 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)
+--- Thread: can not see what written in the chat (/showthread.php?tid=531016)



can not see what written in the chat - noamch1997 - 10.08.2014

I have problem in my server..
can not see what written in the chat , but all commends are working ..
please help me .. and I will +REP :P


Respuesta: can not see what written in the chat - Xabi - 10.08.2014

Make sure you return 1 in the OnPlayerText callback.


Re: Respuesta: can not see what written in the chat - noamch1997 - 10.08.2014

Quote:
Originally Posted by Xabi
Посмотреть сообщение
Make sure you return 1 in the OnPlayerText callback.
http://pastebin.com/dMUr8KSA

please check it


Re: can not see what written in the chat - Misiur - 10.08.2014

Line 223 in your paste
pawn Код:
return 0;
See @Xabi post for solution


Re: can not see what written in the chat - noamch1997 - 10.08.2014

Quote:
Originally Posted by Misiur
Посмотреть сообщение
Line 223 in your paste
pawn Код:
return 0;
See @Xabi post for solution
dont work

in my home server its work but in the FTP I got this error


Re: can not see what written in the chat - noamch1997 - 10.08.2014

i fix it tnx