[FilterScript] Simple Give-Weapon FS - 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] Simple Give-Weapon FS (
/showthread.php?tid=519595)
Simple Give-Weapon FS -
bietdoidao - 15.06.2014
Hi guys, i'm bietdoidao a.k.a D.Kay, this is my first FilterScript so it's not perfect at all
, hope you guys like it.
It's just a simple script that give sorts of weapons when you type CMD
#include (a_samp , zcmd, a_players)
-Pictures:
-Instructions:
+Type "/giveweapons" to see a list of all weapons ID that you'll need to give yourself weapons
+Type "/giveweapon[ID]" to give you weapons, ex: /giveweapon31 - It'll give you a M4 with 999999 ammos
-FilterScript's Download and Pastebin:
Download
Pastebin
Re: Simple Give-Weapon FS -
NewerthRoleplay - 15.06.2014
This is okay for a first attempt I guess but you really don't need all those commands, just have one command that uses a parameter passed to it to give the user a weapon, e.g. /giveweapon 1(gun id) 1(ammo) much more compact and quicker and easier to do.
Re: Simple Give-Weapon FS -
bietdoidao - 15.06.2014
Quote:
Originally Posted by NewerthRoleplay
This is okay for a first attempt I guess but you really don't need all those commands, just have one command that uses a parameter passed to it to give the user a weapon, e.g. /giveweapon 1(gun id) 1(ammo) much more compact and quicker and easier to do.
|
It's my first time so i didn't know that , thanks for your advice ...
Re: Simple Give-Weapon FS -
AviPeker - 15.06.2014
Not bad, keep going
Re: Simple Give-Weapon FS -
bietdoidao - 15.06.2014
Quote:
Originally Posted by AviPeker
Not bad, keep going
|
Thanks
Re: Simple Give-Weapon FS -
iRaiDeN - 15.06.2014
Nice & simple.
Re: Simple Give-Weapon FS -
bietdoidao - 16.06.2014
Quote:
Originally Posted by iRaiDeN
Nice & simple.
|
Thanks , i'll improve myself much more than this
Re: Simple Give-Weapon FS -
wanted428 - 16.06.2014
Looks cool , good job bud. Simple and cool, you've im proved your skills a little bit
Re: Simple Give-Weapon FS -
Team_PRO - 16.06.2014
Nice
Re: Simple Give-Weapon FS -
gARRRy - 16.06.2014
Simple but nice