29.08.2013, 18:03
NamerX v1.2 FS
Updated to v1.2
Hello samp forum this is was my first filterscirpt i learned script and i finally want to share my first scirpt
you can use this as urs
FEATURES
Random Message
Lotto system
Admin System
Login/register system
Weapon Menu
IRC system
KillingSpree System
Commands v1.0
/gals
/gr4
/ga
/gr5
/galv
/gg
/hotted
/medics
/namer
/drift4
/gr2
/gc
/snackpack
/boss
/paint
/vph
/convex
/gs6
/gs5
/gads
Admin Commands
/clearchat
/sethealth
/setarmour
/setskin
/setscore
/goto
/get
/ban
/kick
/freeze
/unfreeze
/mute
/unmute
/akill
/blow
/an
/setlevel
/setvip
/acar
/abike
/aplane
/aheli
/aboat
/rac
/mg3
/spray
/f
/vehicle
/www
/fix
/rh [ONLY RCON CAN USE THIS]
/red
/reporthelp
/kill
/healme
/infernus
/dv
/m4
new
/pm
/stats
/teles
/cmds
/commands
/vcmds
/acmds
IRC System Commands
!say
!admin
!kick
!ban
!rcon
new irc commands
!getname
!forum
!freeze
!unfreeze
!getinfo
!announce/!ann
!pm
!fix
!flip
!repair
!giveallcash
!resetcash
!spawn
!respawncars
!disarm
!slap
!warn
!givecar
!vip
!rules
!help
!credits
IRC Bot Connect
if you want to connect ur bot into ur channel put ur irc channel in "IRC_CHANNEL"
change this from script and put ur website
DOWNLOAD
will try to make more commands
any suggestion and bug found from script post it here
this is simple
Updated to v1.2
Hello samp forum this is was my first filterscirpt i learned script and i finally want to share my first scirpt
you can use this as urs
FEATURES
Random Message
Lotto system
Admin System
Login/register system
Weapon Menu
IRC system
KillingSpree System
Commands v1.0
Код:
Teles
/gr4
/ga
/gr5
/galv
/gg
/hotted
/medics
/namer
/drift4
/gr2
/gc
/snackpack
/boss
/paint
/vph
/convex
/gs6
/gs5
/gads
Admin Commands
/clearchat
/sethealth
/setarmour
/setskin
/setscore
/goto
/get
/ban
/kick
/freeze
/unfreeze
/mute
/unmute
/akill
/blow
/an
/setlevel
/setvip
/acar
/abike
/aplane
/aheli
/aboat
/rac
Код:
DM PLACE
Код:
Normal Commands
/f
/vehicle
/www
/fix
/rh [ONLY RCON CAN USE THIS]
/red
/reporthelp
/kill
/healme
/infernus
/dv
/m4
new
/pm
/stats
/teles
/cmds
/commands
/vcmds
/acmds
IRC System Commands
!say
!admin
!kick
!ban
!rcon
new irc commands
!getname
!forum
!freeze
!unfreeze
!getinfo
!announce/!ann
!pm
!fix
!flip
!repair
!giveallcash
!resetcash
!spawn
!respawncars
!disarm
!slap
!warn
!givecar
!vip
!rules
!help
!credits
IRC Bot Connect
if you want to connect ur bot into ur channel put ur irc channel in "IRC_CHANNEL"
pawn Код:
public IRC_OnConnect(botid, ip[], port)
{
printf("*** IRC_OnConnect: Bot ID %d connected to %s:%d", botid, ip, port);
// Join the channel
IRC_JoinChannel(botid, IRC_CHANNEL);
// Add the bot to the group
IRC_AddToGroup(groupID, botid);
return 1;
}
DOWNLOAD
will try to make more commands
any suggestion and bug found from script post it here
this is simple