01.08.2010, 02:45
is it Posible to define a native in the script for example..
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..
pawn Код:
public blablabla(baba)
{
if(blabal)
{
native blabla....
}
}
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..