CLEO Help Help me with dialog

CLEO related
Status
Not open for further replies.

rasol

Well-known member
Joined
Aug 3, 2014
Messages
214
Reaction score
0
Hi theree, where is my problem in this code when i start gta its give me gambling point and i start with cj skin and etc.. and in sannybuilder gta test when i get in vehicle my fps will going like to zero.

Code:
{$CLEO .cs}
0000: NOP

thread "code for department"

:main
wait 0
jump @register


:register
wait 0
0B34: samp register_client_command "codes" to_label @dialog

:IFCMDTYPED
wait 0
if
SAMP.IsCommandTyped($command)
else_jump @IFCMDTYPED
 
:dialog
0AC6: 0@ = label @text offset
0B3B: samp show_dialog id 2 caption "Codes" text 0@ button_1 "oK" button_2 ""  style 2
0B43: samp cmd_ret


:text
hex 
"C-0: niyaz be sharik baraye gasht." A
"C-1: Fahmidam." A
"C-2: Kharej az anjam vazife." A
"C-3: Amade be anjam vazife." A
"C-4: Didar dar makan [X]." A
"C-5: Dar hale amadan be [X]." A
"C-6: Haghe taslim nadashtan." A
"C-7: Haghe taslim dashtan." A
"C-8: Dashtane Mavad." A
"C-9: Man niyaz be ye Rank 2 daram baraye kashf va jam avari az bazikonan." A
"C-10: Hame dar aslahe khane(Police Armory)(Faghad ghabele estefade baraye Leader/Sub." A
"C-11: Batel kardan govahiname ID X baraye 3 sa'at" A
"C-14: Bardashtan mashin az HQ" 0
end
if it possible to do this in different way help me then. thanks
 
Status
Not open for further replies.
Top