SA-MP Forums Archive
OnPlayerText problem. - 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: OnPlayerText problem. (/showthread.php?tid=104261)



OnPlayerText problem. - Martin_M - 23.10.2009

Hey. I'm creating DMV system. I'm use letters-answers. But here is one problem.
My code:
Код:
if(!strcmp(text,"take test",true))
{
Something here..
return 1;
}
So, problem is.. When player type it, it works, but i want to make that it didn't show in chat box. Because other player can see who that guy typed.
Thanks.


Re: OnPlayerText problem. - woot - 23.10.2009

return 0;