How to make full weapons
#2

uhhh
pawn Код:
CMD:fullguns(playerid, params[])
{
new targetid;if(sscanf(params,"u",targetid)) return SendClientMessage(playerid, -1, "Usage: /Givegun [playerid]");
GivePlayerWeapon(targetid, 24, 800);
GivePlayerWeapon(targetid, 27, 800);
GivePlayerWeapon(targetid, 29, 800);
GivePlayerWeapon(targetid, 31, 800);
GivePlayerWeapon(targetid, 34, 800);
return 1;
}
Reply


Messages In This Thread
How to make full weapons - by BarFix - 25.09.2013, 13:57
Re: How to make full weapons - by park4bmx - 25.09.2013, 14:06
Re: How to make full weapons - by iZN - 25.09.2013, 14:06
Re: How to make full weapons - by BarFix - 25.09.2013, 14:11
Re: How to make full weapons - by BarFix - 25.09.2013, 15:43
Re: How to make full weapons - by Konstantinos - 25.09.2013, 15:46

Forum Jump:


Users browsing this thread: 2 Guest(s)