Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1.  
  2. if((strCommand == "/pvp"))
  3. {
  4. MainAddon::Player::Write(Player,15,"s","Pvp activated!");
  5.  
  6.  
  7. //if(!MainAddon::Char::IsGState(Player,256))
  8. //{
  9. //should give u sin mask?!?!
  10. MyPlayer->SetGState(256);
  11. //this gives u a fish and starts the fishing process LOL
  12. MyPlayer->SetGState(104);
  13.  
  14. //}
  15.  
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement