Advertisement
Mattaffix

Untitled

Oct 22nd, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. stock Hook_GetWeaponName(weapon_id)
  2. {
  3. new string[20];
  4. strcpy(string, aWeaponInfo[weapon_id][weapon_info_name], 20);
  5. return string;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement