SA-MP Forums Archive
[FilterScript] ULTIMATE GUN PACK!!(MY FIRST FS SO +REP) - 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] ULTIMATE GUN PACK!!(MY FIRST FS SO +REP) (/showthread.php?tid=491468)



ULTIMATE GUN PACK!!(MY FIRST FS SO i hope u like it) - PLAYHARD112 - 30.01.2014

i'v made gunpack i mean ultimate gun pack i would suggest this fs for tdm and dm servers mostly....
i havent inserted mini gun cuz i have to take care that some servers hace anti cheats(mini gun..etc not allowed) but i have included the flame thrower

commands: 1) /gunpack1
2) /gunpack2


Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/gunpack2", cmdtext, true, 10) == 0)
	{
	GameTextForPlayer(playerid,"YOU HAVE BEEN ARMED UP!!",5000,2);
	GivePlayerWeapon(playerid,22,400);
	GivePlayerWeapon(playerid,25,400);
	GivePlayerWeapon(playerid,26,400);
	GivePlayerWeapon(playerid,27,400);
	GivePlayerWeapon(playerid,28,400);
	GivePlayerWeapon(playerid,29,400);
	GivePlayerWeapon(playerid,30,400);
	GivePlayerWeapon(playerid,31,400);
	GivePlayerWeapon(playerid,32,400);
		return 1;
	}
	return 0;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/gunpack1", cmdtext, true, 10) == 0)
	{
	GameTextForPlayer(playerid,"YOU HAVE BEEN ARMED UP!!",5000,2);
	GivePlayerWeapon(playerid,34,400);
	GivePlayerWeapon(playerid,35,400);
	GivePlayerWeapon(playerid,36,400);
	GivePlayerWeapon(playerid,37,400);
	GivePlayerWeapon(playerid,16,400);
	GivePlayerWeapon(playerid,17,400);
	GivePlayerWeapon(playerid,18,400);
	GivePlayerWeapon(playerid,3,400);
	GivePlayerWeapon(playerid,4,400);
	GivePlayerWeapon(playerid,5,400);
	GivePlayerWeapon(playerid,7,400);
	GivePlayerWeapon(playerid,8,400);
		return 1;
	}
	return 0;
}



Re: ULTIMATE GUN PACK!!(MY FIRST FS SO +REP) - Si|ent - 30.01.2014

Most kind of you to offer to give everyone rep to celebrate.
I'd prefer you give it for legitimate reasons however.


Re: ULTIMATE GUN PACK!!(MY FIRST FS SO +REP) - SKiTT - 30.01.2014

Hmm, seems legit.


Re: ULTIMATE GUN PACK!!(MY FIRST FS SO +REP) - PLAYHARD112 - 30.01.2014

if u found any error plz pm me the fix


Re: ULTIMATE GUN PACK!!(MY FIRST FS SO +REP) - RocketBoy - 30.01.2014

Gonna Check out this pack... looking cool


Re: ULTIMATE GUN PACK!!(MY FIRST FS SO +REP) - Zack Larson - 30.01.2014

Eh, its okay for a first filterscript but its so simple