Advertisement
Peppery

stopspec

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