SA-MP Forums Archive
Bot talking - 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: Bot talking (/showthread.php?tid=127220)



Bot talking - xKeZx - 12.02.2010

Hello, I wanna know how to do a bot , to talk. I mean this :

"xKeZx: Bot1?"
"Bot1: Yes"

Like this. Please help me. I'm scripting from 1 week.

Thanks


Re: Bot talking - KnooL - 12.02.2010

If you look at the source, how the creator made it. You maybe get some knowledge on doing it.

Link: http://forum.sa-mp.com/index.php?topic=131801.0


Re: Bot talking - xKeZx - 12.02.2010

It may help me.

thnx


Re: Bot talking - xKeZx - 12.02.2010

Not a tutorial man...... omg
NEED A TUTORIAL
sorry for spamming btw.


Re: Bot talking - GTAguillaume - 12.02.2010

onplayertext:
Код:
if(!strcmp(text,"Bot1?",true)) SendChat("Yes?");
EDIT: 99 Posts ;P


Re: Bot talking - xKeZx - 15.02.2010

didn't work

sendchat is an unknown simbol...

help


Re: Bot talking - ScottCFR - 15.02.2010

Код:
if(!strcmp(text,"Bot1?",true)) SendClientMessageToAll("Yes?");
IDK if it will work. Just a thought


Re: Bot talking - xKeZx - 15.02.2010

i dont try it cause i know this one won't work too.

PS : stop edit his script lol


Re: Bot talking - xKeZx - 06.03.2010

Bump (i've forgot xD)


Re: Bot talking - ¤Adas¤ - 06.03.2010

Use SendPlayerMessageToAll.