Advertisement
Hustrine

mStilius

Jan 15th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. stock mStilius( playerid, on=0 )
  2. {
  3. switch( on )
  4. {
  5. case 0: SetPlayerFightingStyle( playerid, FIGHT_STYLE_NORMAL );
  6. case 1: SetPlayerFightingStyle( playerid, FIGHT_STYLE_BOXING );
  7. case 2: SetPlayerFightingStyle( playerid, FIGHT_STYLE_KUNGFU );
  8. case 3: SetPlayerFightingStyle( playerid, FIGHT_STYLE_KNEEHEAD );
  9. case 4: SetPlayerFightingStyle( playerid, FIGHT_STYLE_GRABKICK );
  10. case 5: SetPlayerFightingStyle( playerid, FIGHT_STYLE_ELBOW );
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement