P pwpwpwn Member Joined May 4, 2024 Messages 19 Reaction score 0 May 17, 2024 #1 {$CLEO .cs} 0000: 0B34: samp register_client_command "root" to_label @root :root 0001: wait 0 ms 00BC: show_text_highpriority GXT 'MTIME3' time 1000 flag 1 0002: jump @root Click to expand... When I execute the command /root my game crashes, any idea why?
{$CLEO .cs} 0000: 0B34: samp register_client_command "root" to_label @root :root 0001: wait 0 ms 00BC: show_text_highpriority GXT 'MTIME3' time 1000 flag 1 0002: jump @root Click to expand... When I execute the command /root my game crashes, any idea why?
H Hidend Expert Joined Mar 4, 2013 Messages 664 Reaction score 50 May 18, 2024 #2 {$CLEO .cs} 0000: NOP repeat wait 0 until 0AFA: is_samp_available 0B34: samp register_client_command "root" to_label @root while true wait 0 end :root 0001: wait 0 ms 00BC: show_text_highpriority GXT 'MTIME3' time 1000 flag 1 0B43: samp cmd_ret Click to expand... Upvote 0 Downvote
{$CLEO .cs} 0000: NOP repeat wait 0 until 0AFA: is_samp_available 0B34: samp register_client_command "root" to_label @root while true wait 0 end :root 0001: wait 0 ms 00BC: show_text_highpriority GXT 'MTIME3' time 1000 flag 1 0B43: samp cmd_ret Click to expand...