SA-MP Forums Archive
[FilterScript] [FS] Commands for beginners - 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] [FS] Commands for beginners (/showthread.php?tid=108441)



[FS] Commands for beginners - [Bm]rap45 - 14.11.2009

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]




Re: [FS] Commands for beginners - DarkClone - 14.11.2009

Not bad


Re: [FS] Commands for beginners - [Bm]rap45 - 14.11.2009

Thanks


Re: [FS] Commands for beginners - Pwnzor - 14.11.2009

Nice


Re: [FS] Commands for beginners - [Bm]rap45 - 22.11.2009

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


Re: [FS] Commands for beginners - [Bm]rap45 - 29.12.2009

New things added and some things i took out


Re: [FS] Commands for beginners - Scream[SM] - 30.12.2009

Код:
	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


Re: [FS] Commands for beginners - Niixie - 30.12.2009

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


Re: [FS] Commands for beginners - [Bm]rap45 - 30.12.2009

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.


Re: [FS] Commands for beginners - C1RCA - 31.12.2009

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


Re: [FS] Commands for beginners - wolfcock - 09.07.2010

simple + Nice