[FilterScript] ULTIMATE GUN PACK!!(MY FIRST FS SO +REP)
#1

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;
}
Reply
#2

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

Hmm, seems legit.
Reply
#4

if u found any error plz pm me the fix
Reply
#5

Gonna Check out this pack... looking cool
Reply
#6

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


Forum Jump:


Users browsing this thread: 1 Guest(s)