SA-MP Forums Archive
Two Ic Chats ! [Picture] ! - 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: Two Ic Chats ! [Picture] ! (/showthread.php?tid=295302)



Two Ic Chats ! [Picture] ! - dorperez - 05.11.2011

Hey..

When i write something it giving me this:



http://imageshack.us/photo/my-images/171/96390670.png/

I need 1 line not 2 ...!


AW: Two Ic Chats ! [Picture] ! - Dusl12 - 05.11.2011

could you post your
pawn Код:
public OnPlayerText
?


Re: Two Ic Chats ! [Picture] ! - robintjeh - 05.11.2011

So? What do you mean?
You don't want double? return 0; after your chat code.


Re: Two Ic Chats ! [Picture] ! - dorperez - 05.11.2011

Quote:
Originally Posted by robintjeh
Посмотреть сообщение
So? What do you mean?
You don't want double? return 0; after your chat code.
Does't work man...

My OnPlayerText Public...

http://pastebin.com/QepGhkJM


Re: Two Ic Chats ! [Picture] ! - Steven82 - 05.11.2011

pawn Код:
return 0;
Place that at the very bottom of the callback where it ends. But make sure it's still inside the brackets.


Re: Two Ic Chats ! [Picture] ! - dorperez - 05.11.2011

It is ... help ?


Re: Two Ic Chats ! [Picture] ! - dorperez - 05.11.2011

Help guys ...


Re: Two Ic Chats ! [Picture] ! - CyNiC - 05.11.2011

If you have some OnPlayerText with return 1 in some filterscript, the message will be sent, check it.


Re: Two Ic Chats ! [Picture] ! - dorperez - 05.11.2011

I dont have any filterscripts...


Re: Two Ic Chats ! [Picture] ! - dorperez - 05.11.2011

Help...