Spawn weapon with cmd
#2

''Please''
For more information use samp wiki but this is some shit I made on phone

pawn Код:
if (strcmp("/M4", cmdtext, true, 10) == 0)
{
      GivePlayerWeapon(playerid,31,500);
      return 1;
}
31 = WeaponID
500 = Ammo

Samp wiki weapons list: https://sampwiki.blast.hk/wiki/Weapons
GivePlayerWeapon function: https://sampwiki.blast.hk/wiki/GivePlayerWeapon
Reply


Messages In This Thread
Spawn weapon with cmd - by Alazam - 07.03.2012, 13:18
Re: Spawn weapon with cmd - by GNGification - 07.03.2012, 13:26
Re: Spawn weapon with cmd - by Alazam - 07.03.2012, 13:26

Forum Jump:


Users browsing this thread: 1 Guest(s)