[SOLVED] Chat BOt - 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: [SOLVED] Chat BOt (
/showthread.php?tid=92541)
[SOLVED] Chat BOt -
borisblat - 20.08.2009
i wanted to do a chat bot,
i've search for it and i only found the fluffy chat bot,
but he doesn't help me
when i write bot's name;
he is not answering and it doesnt show my message
if(strfind(text,"WaR_Bot",true) == 0)
{
SendPlayerMessageToAll(WHITE, "WaR_Bot: ?");
return 0;
}
this is what i did
Re: [Help] Chat BOt -
borisblat - 20.08.2009
SOLVED.