Advertisement
Peppery

forceclassselect

Jan 29th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. OnPlayerCommandText(playerid, cmdtext[])
  2. {
  3. if (strcmp("/class", cmdtext, true) == 0)
  4. {
  5. ForceClassSelection(playerid);
  6. SetPlayerHealth(playerid,0);
  7. return 1;
  8. }
  9. return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement