No 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: No Chat?!? (
/showthread.php?tid=94954)
No Chat?!? -
balisticore - 01.09.2009
i have started a script and all was going good. then i decided to add some gates near Tea House, and i moved over my PD gate system to a FS. now out of know where then i hit the ( T ) key and write a message, hit enter..the message doesnt pop up on the screen..can some 1 please help me?
Re: No Chat?!? -
brett7 - 01.09.2009
have you made sure the ontext callbacks returns 1?
Re: No Chat?!? -
balisticore - 02.09.2009
should i change this then??
OnPlayerCommandText(playerid, cmdtext[])
{
return 0;
}
TO return 1;
Re: No Chat?!? -
Giacomand - 02.09.2009
Not that Callback.
The callback OnPlayerText.
Make sure it returns 1.
Re: No Chat?!? -
balisticore - 02.09.2009
haha okay i just clicked new in pawno and swithced from my script and back to new lookin at the diferences, i got it before you replied but thanks again anyways :P