Well lets say I wan’t to make a whip command using SM.
bind x “sm_slap <player> 5; sm_slap <player> 5; sm_slap <player> 5; sm_slap <player> 5; sm_slap <player> 5”
Problem is, this does a single slap for 25, instead of 5 for 5.
I need a console command that pauses for a small interval, something like.
bind x “sm_slap <player> 5; wait 005; sm_slap <player> 5; wait 005; sm_slap <player> 5; wait 005; sm_slap <player> 5; wait 005; sm_slap <player> 5”
Is there a command that does such thing?