Samp /creategun Command
#2

pawn Код:
CMD:creategun(playerid, params[]){
      new target,weapid,ammo;
      if(sscanf(params,"dd",target,weapid,ammo)) return SendClientMessage(playerid,"usage : /creategun [playerid][weaponid][ammo]");
      GivePlayerWeapon(target,weapid,ammo);
      return 1;
}
thats the basic, you need to watch your anti weapon hack system to give valid weapon, just costumize your self..
Reply


Messages In This Thread
Samp /creategun Command - by San1 - 22.06.2013, 08:52
Re: Samp /creategun Command - by SMW - 22.06.2013, 09:57

Forum Jump:


Users browsing this thread: 1 Guest(s)