SA-MP Forums Archive
[FilterScript] James Bot [BOT] [You don't say?XD] - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] James Bot [BOT] [You don't say?XD] (/showthread.php?tid=470277)



James Bot [BOT] [You don't say?XD] - RafaelZam - 17.10.2013

James Bot
Hello Samp community C:, good night,
well i made this bot to have a server funny with a npc or a bot !
will this have an update?
sure !, i will make an update for this
about the fs
james bot is a bot(udon'tsay?) that reply to your messages, but only with some messages like insults
help me report things like that..!
you can check it in Onplayertext line

you need the include <npc>
Pictures

i will add more
[Download] [FS]
Код:
http://www.solidfiles.com/d/b2efb61033/ .pwn 
http://www.solidfiles.com/d/564037fa68/ .amx i guess :S
You can download it there
but there only have the fs
you need download
this\
This add in npcmodes folder and james.rec in recordings folder in npcmodes C:
[BOT]
Код:
http://www.solidfiles.com/d/6c9f720f65/ .james.rec
http://www.solidfiles.com/d/d3bfececda/ jamesbot.amx
http://www.solidfiles.com/d/db3c0f280f/ jamesbot.pwn
waaa this?
this the recorded bot
and more files about the bot.
well thats all
you need the include NPC !
pawn Код:
#include <npc>
Quote:

Hi, NPCs are saved in a hidden folder. I don't know which operating system you use, but you can try googling "how to view hidden folders" or something.

Or you can try typing the folder name in the address bar. Folder names are "dir_npc" and "dir_rec". It would be:

...\SA-MP folder\npcmodes\dir_npc
...\SA-MP folder\npcmodes\recordings\dir_rec

Also, you should know that when you close the server, all NPC files are automatically deleted. Have fun!

Stylock

Also read this guys *^
nothing more
credits to me and qazwsx for testing :3 also Stylock some info about ncp's
Well hope you like,
and like i said, i will update this bot C: !
+rep if you like this, thank you
-RafaelZam aka Rafael_Zambrano
good night


Re: James Bot [BOT] [You don't say?XD] - qazwsx - 17.10.2013

Nice Filtersciprt xDD!!
I was direclty watch how this fs works xDD!
Unique, funny bot, and high Intelligence

Keep it up :v


Re: James Bot [BOT] [You don't say?XD] - FailerZ - 17.10.2013

LOL nice and funny bot


Re: James Bot [BOT] [You don't say?XD] - SsHady - 17.10.2013

Well This is just going to spam the chat on foolish things
but still its nice
Keep it up!


Respuesta: James Bot [BOT] [You don't say?XD] - RafaelZam - 17.10.2013

ye, but i added this
pawn Код:
{
        static Ati[MAX_PLAYERS][128];
        if(Ati[playerid][0] != '\0' && !strcmp(text,Ati[playerid],true)) return SendClientMessage(playerid,-1,"You cannot type the same text 1 more time.") & 0;
        strcat((Ati[playerid][0]='\0',Ati[playerid]),text,128);
    }
to avoid the spam !
but i guess that still don't work

btw Thank you guys :P :3


Re: James Bot [BOT] [You don't say?XD] - Pottus - 17.10.2013

Silly script and a silly release put all the files into a zip and remove all the unused callbacks in the script lol.


Re: James Bot [BOT] [You don't say?XD] - Akira297 - 17.10.2013

There's also English mistakes inside the filterscript.


Re: James Bot [BOT] [You don't say?XD] - Plix - 18.10.2013

good one +rep next time fix grammar errors


Re: James Bot [BOT] [You don't say?XD] - Alphlax - 18.10.2013

nice one


Respuesta: James Bot [BOT] [You don't say?XD] - RafaelZam - 18.10.2013

ye, i know, grammar errors xd (english mistakes)
i will fix it in the next version, :3
thank you guys


Respuesta: James Bot [BOT] [You don't say?XD] - Adoniiz - 18.10.2013

hi, why you add "string[280]"? what is needed is 128..

pawn Код:
new string[128];
or also

pawn Код:
new string[lenght_of_string+MAX_PLAYER_NAME];
PD: Nice FS


Respuesta: James Bot [BOT] [You don't say?XD] - RafaelZam - 18.10.2013

Quote:
Originally Posted by Adoniiz
Посмотреть сообщение
hi, why you add "string[280]"? what is needed is 128..

pawn Код:
new string[128];
or also

pawn Код:
new string[lenght_of_string+MAX_PLAYER_NAME];
PD: Nice FS
ohhh hi !
i will change the strings with

pawn Код:
new string[lenght_of_string+MAX_PLAYER_NAME];
thank you for your suggestion !
edited:added credits


Re: James Bot [BOT] [You don't say?XD] - shadowstorm - 10.04.2015

Awesome


Re: James Bot [BOT] [You don't say?XD] - Azhar - 10.04.2015

Good job