can someone put this scrpit in a .cs file?

Статус
В этой теме нельзя размещать новые ответы.

Azad01

Новичок
Автор темы
1
0
can someone put this scrpit in a .cs file? if this right

{$CLEO}
0000:
0B34: "aarrest" @COMMAND
0@ = 0

:MAIN
wait 0
if
0@ == 1
else_jump @Main
if and
056D: actor $PLAYER_ACTOR defined
key_down 49
jf @Main
0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to 0@ closest_ped_to 1@
if
056D: actor 1@ defined
jf @Main
2@ = SAMP.GetSAMPPlayerIDByActorHandle(1@)
wait 2000
0AF9: samp say_msg "/ke %d" 2@
wait 2000
0AF9: samp say_msg "/ya %d" 2@
wait 500
goto @Main

:COMMAND
wait 0
0B12: 0@ = 0@ XOR 1
if
0@ == 0
then
print "~r~Keybinder deactivated. (0)" 1500
end
if
0@ == 1
then
print "~g~Keybinder activated. (1)" 1500
end
Samp.CmdRet
jump @Main





if this right
 
Статус
В этой теме нельзя размещать новые ответы.