Dontmindme
Active member
- Joined
- Jan 21, 2014
- Messages
- 34
- Reaction score
- 0
Hello there fellas, I have ton of cleos, they seem important and I must have it, well the problem with tons of it, is that some of them have the same buttons, and I would like to learn how to work with samp commands such as /something , there is a cleo that uses it such as the HPbar, but it's encrypted there for I can't learn with script, if anyone could redirect me or help me with the script I would appreciate it.
Here is the script by xzytro: http://ugbase.eu/solved-requests/(req)-enable-a-toggle-feature-for-this-mod/msg30070/#msg30070
Well if you read it's gonna say the activate button is F12, but if you use aimbot, it's also F12 for a few, so all I want is to switch it by using the command to /weather . I have tried to search, but I can't find any tutorial or how to do it, small help here..
Here is the script by xzytro: http://ugbase.eu/solved-requests/(req)-enable-a-toggle-feature-for-this-mod/msg30070/#msg30070
Well if you read it's gonna say the activate button is F12, but if you use aimbot, it's also F12 for a few, so all I want is to switch it by using the command to /weather . I have tried to search, but I can't find any tutorial or how to do it, small help here..
Code:
// This file was decompiled using SASCM.INI published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}
//-------------MAIN---------------
thread 'SUNNY_WEATHER'
:SUNNY_WEATHER_23
wait 0
if
0AB0: key_pressed 123
else_jump @SUNNY_WEATHER_23
wait 1000
0ACD: show_text_highpriority "ACTIVATED" time 1500
:SET_WEATHER_LOOP
set_weather 1
:SUNNY_WEATHER_24
wait 0
if
0AB0: key_pressed 123
else_jump @SET_WEATHER_LOOP
wait 1000
0ACD: show_text_highpriority "DEACTIVATED" time 1500
jump @SUNNY_WEATHER_23