Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. --- Unfollow
  2. elseif commandArgs[1] == 'unfol' then
  3. send_command('ffo stopall')
  4. send_command('send @others setkey r down;wait 0.1;send @others setkey r up')
  5. add_to_chat(053,'---- All Unfollow ----')
  6.  
  7. --- Unfollow Char Only
  8. elseif commandArgs[1] == 'unfolchar' then
  9. send_command('ffo stop')
  10. send_command('setkey r down;wait 0.1;setkey r up')
  11. add_to_chat(053,'---- Char Unfollow ----')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement