SA-MP Forums Archive
[Include] SBI - Simple Bot Include - 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)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] SBI - Simple Bot Include (/showthread.php?tid=295855)



SBI - Simple Bot Include - GAMER_PS2 - 08.11.2011

Hello heres my another include make. you dont wanna use
those bot tutorials? wanna use only one function doesnt
need
Код:
new "Botname";
then heres for you!

its called SBI - Simple Bot Include. this is the simplest include
for beginner here in SAMP.

i introduce you my another include project i only use normal
functions the include has 2 stuff inside:

Код:
AddLeoKateMsg(msg, color);
- with this Leo And Kate from Titanic Actors can now msg you via with this function.
when you type this, AddLeoKateMsg("Titanic is sad disaster",COLOR_RED); it will send
"Leo & Kate: Titanic is sad disaster" 100% test on this function. useful on fans of
Titanic - Jack (Leo) & Rose (Kate) Actors best function ever first titanic chat actors
had been made here in SAMP.

Example:

pawn Код:
if(!strcmp(text, "leo & kate great couple", true))
    {
       AddLeoKateMsg("Thanks fans",COLOR_RED); //<<< Function
       return 0;
    }
Код:
AddCBotText(botname,msg,color);
- with this you can now create bot text without using new botname; this is first bot include
has been made here when you type AddCBotText("Colin","Never Mind dude",COLOR_RED);
it will send this "Colin: Never Mind dude" 100% test in this function. First Include Bot

oh well SSI Include? no the name of include is SBI - Simple Bot Include

Include link:

http://pastebin.com/V06RRGYx


Re: SBI - Simple Bot Include - kiss - 08.11.2011

that's f*cking useful....
Good release!


Re: SBI - Simple Bot Include - Marshall32 - 08.11.2011

This is really userfull and mostly to the people that are having problems to make something like this.

Nice done Rep +1.


Re: SBI - Simple Bot Include - wups - 08.11.2011


IMHO should be SendCBotText not AddCBotText, and the Leo & Kate function is useless with the AddCBotOne(since you can make that by yourself).


Re: SBI - Simple Bot Include - Flyfishes - 08.11.2011

Wow, that's amazing. How long did it take?

Not so hard, but a nice try!


Re: SBI - Simple Bot Include - [LaTinb0y]...$ag3R - 08.11.2011

nice work ! dude...keeep it up ! united we stand


Re: SBI - Simple Bot Include - A.Johnson - 08.11.2011

Great Include


Re: SBI - Simple Bot Include - Kostas' - 08.11.2011

Nice include


Re: SBI - Simple Bot Include - Norn - 08.11.2011

This is useless... post it in the useful functions thread if even


Re: SBI - Simple Bot Include - GAMER_PS2 - 09.11.2011

Thanks guys

Quote:
Originally Posted by wups
Посмотреть сообщение

IMHO should be SendCBotText not AddCBotText, and the Leo & Kate function is useless with the AddCBotOne(since you can make that by yourself).
Sorry sir but i said the AddLeoKateMsg is for Titanic Actor fans only

Quote:
Originally Posted by Norn
Посмотреть сообщение
This is useless... post it in the useful functions thread if even
Sir this is for beginners if your not beginners and gonna comment bad then go away

Quote:
Originally Posted by Kostas'
Посмотреть сообщение
Nice include
Quote:
Originally Posted by A.Johnson
Посмотреть сообщение
Great Include
Quote:
Originally Posted by [LaTinb0y]...$ag3R
Посмотреть сообщение
nice work ! dude...keeep it up ! united we stand
Quote:
Originally Posted by Flyfishes
Посмотреть сообщение
Wow, that's amazing. How long did it take?

Not so hard, but a nice try!
Thanks guys