Advertisement
Sugisaki

[AMXX] [INC] Shop by natives

Jun 24th, 2015
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.24 KB | None | 0 0
  1. /*
  2. Plugin: http://pastebin.com/G5AAZbYt
  3. */
  4.  
  5. enum _:TEAMS
  6. {
  7.     SHOP_TEAM_TT = 1,
  8.     SHOP_TEAM_CT,
  9.     SHOP_TEAM_ALL
  10. }
  11.  
  12.  
  13. native shop_add_item(const name[], cost, team)
  14. forward shop_item_selected(user_index, itemid, const item_name[], cost)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement