Spawn weapon with cmd
#1

I want a script for it
Reply
#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
#3

Thank
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)