08.11.2011, 11:58
Hello heres my another include make. you dont wanna use
those bot tutorials? wanna use only one function doesnt
need
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:
- 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:
- 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
those bot tutorials? wanna use only one function doesnt
need
Код:
new "Botname";
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);
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);
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