Derrekgamer
Active member
{$CLEO}
0662: "CMD"
thread "*Derrek*"
wait 2500
0B34: samp register_client_command "test" to_label @cmd_123
0AB1: call_scm_func @chatmsg 0
:cmd_39
wait 0
jump @cmd_39
//==========================================================
:cmd_123
say "ggsg"
wait 10000
say "fffggsg"
wait 10000
say "134155"
wait 10000
say "24244"
wait 10000
say "244"
wait 10000
say "gagggaf"
wait 10000
:chatmsg
0AA2: 0@ = load_library "samp.dll" // IF and SET
0085: 1@ = 0@ // (int)
1@ += 2203876
0A8D: 3@ = read_memory 1@ size 4 virtual_protect 1
0085: 2@ = 0@ // (int)
2@ += 409616
chatmsg "{D71156}Made !©Derrek!" -1
0AB2: ret 0
Hello ! i made this script, i need a script to say every 2 minutes something in chat up to 5 lines. Need it for my helper rank to the server.
The problem is i can t made the messages white when i use the command test the chat is going spam in 1 sec with all the text it is not waiting..
for example
Hey
wait 10 minutes and say
what s up
whait 10 minutes and say again
good
etc etc.. is there anyway to make an waiting script for every text ? Because they are running all toghether in the same second i tryed everything
p.s i really need the text to be activated by a command or something so i can enable and disable it
0662: "CMD"
thread "*Derrek*"
wait 2500
0B34: samp register_client_command "test" to_label @cmd_123
0AB1: call_scm_func @chatmsg 0
:cmd_39
wait 0
jump @cmd_39
//==========================================================
:cmd_123
say "ggsg"
wait 10000
say "fffggsg"
wait 10000
say "134155"
wait 10000
say "24244"
wait 10000
say "244"
wait 10000
say "gagggaf"
wait 10000
:chatmsg
0AA2: 0@ = load_library "samp.dll" // IF and SET
0085: 1@ = 0@ // (int)
1@ += 2203876
0A8D: 3@ = read_memory 1@ size 4 virtual_protect 1
0085: 2@ = 0@ // (int)
2@ += 409616
chatmsg "{D71156}Made !©Derrek!" -1
0AB2: ret 0
Hello ! i made this script, i need a script to say every 2 minutes something in chat up to 5 lines. Need it for my helper rank to the server.
The problem is i can t made the messages white when i use the command test the chat is going spam in 1 sec with all the text it is not waiting..
for example
Hey
wait 10 minutes and say
what s up
whait 10 minutes and say again
good
etc etc.. is there anyway to make an waiting script for every text ? Because they are running all toghether in the same second i tryed everything
p.s i really need the text to be activated by a command or something so i can enable and disable it