Monstercat
Well-known member
- Joined
- Feb 26, 2013
- Messages
- 281
- Reaction score
- 7
Hey, I'm a real beginner in CLEO^^
But I am really interested to learn it.
Sometimes i look at a Script an try to configure out how it works...
Now i try to make a "1 - DIALOG_STYLE_INPUT"
Then I want the get value in a function
I know that i need:
I hope that someone can explain that


But I am really interested to learn it.
Sometimes i look at a Script an try to configure out how it works...
Now i try to make a "1 - DIALOG_STYLE_INPUT"
Then I want the get value in a function
I know that i need:
Code:
:NONAME_??
else_jump @NONAME_??
SAMP.ShowDialog(2, "Test", "Testing", "OK", "", 1)
jump @NONAME_??
I hope that someone can explain that