SA-MP Forums Archive
Natives - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Natives (/showthread.php?tid=164597)



Natives - GaGlets(R) - 01.08.2010

is it Posible to define a native in the script for example..

pawn Код:
public blablabla(baba)
{
      if(blabal)
      {
            native blabla....
      }
}
If no.. is there another way to do something like that ?

In fact i want to remove GivePlayerWeapon Native from a-players include and make GivePlayerWeapon in my scipt for checking if weapon is given etc.. and if given then redefine that native - so theweapon would be given for player..