[Help] Command needed
#1

I need a command /dropgun

i need it to drop the gun i got in my hands..

Reply
#2

It needs to be in Script Request Thread.
Reply
#3

I dont realy know where it is so i did it here 0.0
Reply
#4

you cant really drop your gun. but you can disarm it.

and request it here http://forum.sa-mp.com/index.php?topic=94387.0
Reply
#5

Couldn't you see it?
It's stickied to Script Discussion..
http://forum.sa-mp.com/index.php?topic=94387.0
Though read forum rules. It's neccessary.
Reply
#6

pawn Код:
if(strcmp(cmd, "/dropweapon", true) == 0)
    {
      if(IsPlayerConnected(playerid))
        {
          new weapon;
            new ammo;
            ammo=GetPlayerAmmo(playerid);
            weapon=GetPlayerWeapon(playerid);
            if(ammo == 0) return true;
            GivePlayerWeapon(playerid, weapon, -ammo);
        }
        return true;
    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)