XADRENALINEIX

X ADRENALINE IX's Remove Your Own Weapons

May 20th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. if(DOES_CHAR_EXIST(pPlayer)){
  2. REMOVE_ALL_CHAR_WEAPONS(pPlayer);
  3. print("Weapons Removed");
  4. return;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment