MalikeiraOPoder
Active member
- Joined
- Mar 16, 2019
- Messages
- 100
- Reaction score
- 2
when i press key "71" ( G )
this shit will open my dialog..
so.. i wanna do when i press G again, this key will close my Dialog..
and i cant do it zz
whats my mistake?
i did like that...
this code open my dialog and close my dialog automatic zz
@springfield @Opcode.eXe etc...
this shit will open my dialog..
so.. i wanna do when i press G again, this key will close my Dialog..
and i cant do it zz
whats my mistake?
i did like that...
PHP:
IF
key_down 71
THEN
Dialog.SetVisible(0@, 1)
SAMP.ToggleCursor(1)
else
dialog.SetVisible(0@,0)
samp.togglecursor(0)
END
this code open my dialog and close my dialog automatic zz
@springfield @Opcode.eXe etc...