Characters talks - 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: Characters talks (
/showthread.php?tid=101020)
Characters talks -
sandisk125 - 08.10.2009
is that possible to make a thing that when a player types something in the chat,for example: "hello there",so the character says "hello there"?
i can't believe this is possible, but i ask.
Re: Characters talks -
Hiitch - 08.10.2009
it is alerady declared as a public..
pawn Код:
public OnPlayerText(playerid, text)
{
return 1;
}