[Help] How do i set a hotkey to Scope?
How do i set a hotkey to Scope? It doesn't have a timer so how would i set a hotkey to it?
timer1 = interval = 100
if getkeypress(vbkeyrbutton) then
call writealong("warrock", &Adress, 1)
else:
call writealong("warrock", &Adress, 0)
end if
end sub
amm i think this work^^
It works and by the way what is the timer1 = interval = 100 for?