[REQUEST] Invisible Fix

Status
Not open for further replies.

MickeyMouse

Active member
Joined
May 10, 2016
Messages
53
Reaction score
9
Location
BiH
Code:
* Name of the mod (if the mod doesn't exist, you don't have to tell one): smartInvis
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not):video 
* What do you want (the most important part, explain this carefully): I wan't the key activation to button del or end
* Details (add more details to your request): to be same button to off and on
* On/off key (specify it):del, end, insert some of that keys.. ty :)

i know to change from key to key but i dont know to change from command  "/invis"
to key

Ty all 
===============
-MickeyMouse.cs          
===============
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
Can you please ask manager if there's something wrong on the kitchen? I'm waiting for my big mac like for 1 week or so
 

MickeyMouse

Active member
Joined
May 10, 2016
Messages
53
Reaction score
9
Location
BiH
what's wrong with you? dude? you wanna dominate here? , its not time not place i just ask who can change the activation?

any problem i can help you??
?? ?


MickeyMouse.cs
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
MickeyMouse said:
any problem i can help you??

Yea, toggle on your brain, eyes and then read the rules
Also bring me already that freaking Big Mac
 

MickeyMouse

Active member
Joined
May 10, 2016
Messages
53
Reaction score
9
Location
BiH
What i did wrong tell me ? 
if  u know to help me , go ahead if you don't just leave me here...
i think someone will help me... i hope xD  




MickeyMouse.cs
 

_C1ph3r_

Active member
Joined
Feb 5, 2017
Messages
91
Reaction score
3
Some thing like this, haven't tested it ! DIY !
Code:
{$CLEO .cs}
0000: NOP "C1ph3r"
thread "C1ph3r"
0@ = 0

:Checklabel
wait 0
if and
0AB0:   key_pressed 49
0@ = 0
then 
0@ = 1
0ACD: show_text_highpriority "~G~Actived ~Y~ by C1ph3r" time 1000
else
0ACD: show_text_highpriority "~R~Deactived ~Y~ by C1ph3r" time 1000
0@ = 0
end

:MainFunction
wait 0
if 0@ = 1
{ Your Code here }
else_jump @Checklabel
end
 
Status
Not open for further replies.
Top