Advertisement
mrdrifter

Untitled

Feb 15th, 2014
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #if defined _gpw_included
  2. #endinput
  3. #endif
  4. #define _gpw_included
  5.  
  6. stock GivePlayerWeaponEx(playerid, weaponid, ammo)
  7. {
  8. CallLocalFunction("Call_GivePlayerWeaponEx", "ddd", playerid, weaponid, ammo);
  9. return GivePlayerWeapon(playerid, weaponid, ammo);
  10. }
  11. #define GivePlayerWeapon(%0,%1,%2) GivePlayerWeaponEx(%0,%1,%2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement