ollydbg
Active member
- Joined
- Jun 3, 2017
- Messages
- 39
- Reaction score
- 23
I need a cleo to change the name without disconnecting from the samp with a command like this / nick ("NICK")
Only a cleo to change that is not kcmds or randon namechanger there will be some for there
This is a I think I found on youtube but it does not work when using it stops the game
Someone can make it work
{$CLEO .cs}
edd004
xD "TESTING /NICK BY EDD004"
xD "THX TO THE OTHER SCRIPTER!"
xD "IMMA NOOB SCRIPTER!"
thread "$NICKNAME"
if
8AF7: get_samp_base_to 30@
then
0A93: end_custom_thread
end
repeat
wait 400
until 0AFA: is_samp_structures_available
0B34: samp register_client_command "nick" to_label @NICK
while true
:WOOP
wait 0
xD "imma noob script......"
jump @WOOP
:NICK
wait 0
0B35: samp 0@v = get_last_command_params
if
0AD4: 0@v = scan_string 0@v format "%s" 1@v //IF and SET
jf @NICKusage
0B35: samp 0@ = get_last_command_params
SAMP.Disconnect(0)
0AF8: samp add_message_to_chat "You are banned from this server" color 0x99CCFF
wait 500
0AF8: samp add_message_to_chat "LOL JK xD By Edd004" color 0x99CCFF
wait 500
0B27: samp set_gamestate 2
0B29: samp set_local_name "%s" 0@
0AF8: samp add_message_to_chat "Name Changed to '%s'" color 0xCCFF99 0@
wait 2000
0B27: samp set_gamestate 1
jump @WOOP
:NICKusage
wait 0
0AF8: samp add_message_to_chat "USAGE: /nick <name>" color 0xDD0000
jump @WOOP
Only a cleo to change that is not kcmds or randon namechanger there will be some for there
This is a I think I found on youtube but it does not work when using it stops the game
Someone can make it work
{$CLEO .cs}
edd004
xD "TESTING /NICK BY EDD004"
xD "THX TO THE OTHER SCRIPTER!"
xD "IMMA NOOB SCRIPTER!"
thread "$NICKNAME"
if
8AF7: get_samp_base_to 30@
then
0A93: end_custom_thread
end
repeat
wait 400
until 0AFA: is_samp_structures_available
0B34: samp register_client_command "nick" to_label @NICK
while true
:WOOP
wait 0
xD "imma noob script......"
jump @WOOP
:NICK
wait 0
0B35: samp 0@v = get_last_command_params
if
0AD4: 0@v = scan_string 0@v format "%s" 1@v //IF and SET
jf @NICKusage
0B35: samp 0@ = get_last_command_params
SAMP.Disconnect(0)
0AF8: samp add_message_to_chat "You are banned from this server" color 0x99CCFF
wait 500
0AF8: samp add_message_to_chat "LOL JK xD By Edd004" color 0x99CCFF
wait 500
0B27: samp set_gamestate 2
0B29: samp set_local_name "%s" 0@
0AF8: samp add_message_to_chat "Name Changed to '%s'" color 0xCCFF99 0@
wait 2000
0B27: samp set_gamestate 1
jump @WOOP
:NICKusage
wait 0
0AF8: samp add_message_to_chat "USAGE: /nick <name>" color 0xDD0000
jump @WOOP