D Deraidos Member Joined Mar 19, 2016 Messages 6 Reaction score 0 Apr 7, 2016 #1 How do I make a cleo script that makes your player dance when you type /dance on SAMP?
Schinko Active member Joined Mar 5, 2013 Messages 187 Reaction score 1 Apr 7, 2016 #2 0B34: samp register_client_command "mycmd" to_label @cmd_mycmd 0B57: samp 1@ = player 0@ animation_id Upvote 0 Downvote
0B34: samp register_client_command "mycmd" to_label @cmd_mycmd 0B57: samp 1@ = player 0@ animation_id
D Deraidos Member Joined Mar 19, 2016 Messages 6 Reaction score 0 Apr 7, 2016 #3 How can I combine these two animation sequences into one command so it plays both of them? And also make them loop indefinitely until I press Enter Upvote 0 Downvote
How can I combine these two animation sequences into one command so it plays both of them? And also make them loop indefinitely until I press Enter