Works better now and the last thing i need is to press enter when dialog from /calls open
{$CLEO .cs}
{$USE bitwise}
0000:
0B34: samp register_client_command "skemaresita" to_label @cmd_mycmd
WHILE TRUE
WAIT 0
IF 30@ == 1
THEN
FOR 0@ = 99 TO 99
0AC8: 1@ = allocate_memory_size 260...
Now i have this and works but after 6 second crash
{$CLEO .cs}
{$USE bitwise}
0000:
0B34: samp register_client_command "autorepair" to_label @cmd_mycmd
WHILE TRUE
WAIT 0
IF 30@ == 1
THEN
FOR 0@ = 99 TO 99
0AC8: 1@ = allocate_memory_size 260
0AC8: 2@ = allocate_memory_size...
Hi, i tried to make a CMD when someone say in chat a thing to auto response after 5 seconds with a command, but when i try to compile gives me the error Not enough actual parameters. Expected 2 params.
{$CLEO .cs}
0000: NOP
REPEAT
wait 0
UNTIL 0AFA:
0AF8: samp add_message_to_chat...
{$CLEO .cs}
0000: NOP
WAIT 8500
WHILE TRUE
WAIT 0
IF 0256: player $PLAYER_CHAR defined
THEN
if and
key_down 17
key_down 81
THEN
IF 0039: 31@ == 0
THEN
0006: 31@ = 1
0AD1: "~Y~Send Key ~G~ON" 1337
ELSE
0006: 31@ = 0...
{$CLEO .cs}
0000: NOP
WAIT 10000
WHILE TRUE
WAIT 0
IF 0AB0: key_pressed 90 {Z}
THEN
0AB1: @Set_Virtual_Key 2 KeyOffSet 0x57 state 255 time 3600
0AB1: @Set_Virtual_Key 2 KeyOffSet 0x41 state 255 time 3600
END
END
IF 0AB0: key_pressed 85 {U}
THEN
0AB1: @Set_Virtual_Key 2...
{$cleo}
{$use bitwise}
0000:
wait 8500 // by Parazitas
31@ == false // by Ajom
0B34: "YourCommand" @triggerKarenAtSupermarketWhyNot
while true
wait 0
if and
31@ == true
0B61: samp is_local_player_spawned
then
// tf you need that for loop here...
don t work, i tried to reinstall sanny builder last version same errors, i made this cleo without command start/stop and work perfectly but with command not
Hi, i need this to make a command of start/stop to stop them and start back
{$CLEO .cs}
0000:
REPEAT
WAIT 0
UNTIL 0AFA: SAMP_IS_READY
WHILE TRUE
WAIT 0
IF
0B61: samp is_local_player_spawned
THEN
FOR 0@ = 99 TO 99
0AC8: 1@ = allocate_memory_size 260
0AC8: 2@ =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.