high level loop is
while true
and i want to use command in it that has parameters (0AD4: 1@ = scan_string 0@ format "%s %f" 2@ 3@)
problem is when I try SAMP.IsCommandTyped(0@) in while true with no labe:l it does it for every command with parameters in every cleo script... when I activate another script with parameter %s or %s %f this one activates too... is there any way to check if this command in this script has been typed? or put a high level loop under label maybe?
SAMP.IsCommandTyped doesn't work with strings...
i dont know what to do... or how to fix this... i know how to do it with jumps... but im trying to learn high-level... thanks
while true
and i want to use command in it that has parameters (0AD4: 1@ = scan_string 0@ format "%s %f" 2@ 3@)
problem is when I try SAMP.IsCommandTyped(0@) in while true with no labe:l it does it for every command with parameters in every cleo script... when I activate another script with parameter %s or %s %f this one activates too... is there any way to check if this command in this script has been typed? or put a high level loop under label maybe?
SAMP.IsCommandTyped doesn't work with strings...
i dont know what to do... or how to fix this... i know how to do it with jumps... but im trying to learn high-level... thanks