[FilterScript] [FS] Commands for beginners
#1

Well as i been a beginner i needed a FS That could heal me and do somethings.

i keep working on this as i may add updates to this, but i though why not release v1? so here it is and yes if you look the FS with pawno you know the things that are in there are for beginners.

v1.
/heal - You need some health? use this command
/armour - if you are just having fun with your friends in your server you can use this to have alot of fun =D
/wanted - If you use a CnR script you can get automatically wanted lvls (only till 5 lvl)
/nowanted - Bored of being wanted? you can use this to be innocent and do not get arrested
/drunk - wanna drive/shoot drunk? well use this to have some fun
/nodrunk - Are you tired of being drunk and want to be normal again just use this to turn it off
/ak47 - want to get a gun fast without doing /getweapon id ammo etc.
/commands - Forgot all the commands? You can use this command to see the list of commands available


UPDATES
I took out /wanted and /drunk with /nowanted/nodrunk of couse, because they don't help alot.
Private Message System Added!
NOTE: I'm still putting more things but i added this pm system just to "update" the script a little bit, next version in about 2 weeks.

[size=10pt]Download[/size]

Reply
#2

Not bad
Reply
#3

Thanks
Reply
#4

Nice
Reply
#5

Thanks guys, im goin to be updating the FS with more commands and all that.
Reply
#6

New things added and some things i took out
Reply
#7

Код:
	if (strcmp("/commands", cmdtext, true, 10) == 0)
	{
		SendClientMessage(playerid,0x696969FF,"/heal /armour");
		SendClientMessage(playerid,0x696969FF,"/ak47 /nitro");
		return 1;
	}
	if (strcmp("/cmds", cmdtext, true, 10) == 0)
	{
		SendClientMessage(playerid,0x696969FF,"/heal /armour");
		SendClientMessage(playerid,0x696969FF,"/ak47 /nitro");
		return 1;
	}
Ehh... lol
this is just space. at other times so do it:


Код:
if(!strcmp("/cmds", cmdtext, true) || strcmp("/commands", cmdtext, true) )
etc... anyway, nice work dude
Reply
#8

Well, thats easy to make. but if its your first Fs then its a good way to start Keep it coming
Reply
#9

Quote:
Originally Posted by Niixie
Well, thats easy to make. but if its your first Fs then its a good way to start Keep it coming
Yea,I'm still learning pawn so I'm making easy commands, maybe in the future i make some other hard ones.
Reply
#10

Not bad...Are for begginers.My work:
http://forum.sa-mp.com/index.php?topic=142667.0
http://forum.sa-mp.com/index.php?topic=141972.0
Reply
#11

simple + Nice
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)