- 14
- 0
Add ON/OFF key pressed samp version 0.3dl not sampfuncs
CLEO:
{$CLEO}
thread "PRIVATE PRICEL by LONG"
:pricel_deagle
wait 0
if and
02D8: actor $PLAYER_ACTOR current_weapon 24
Player.Defined($PLAYER_CHAR)
else_jump @pricel_shotgun
0390: load_txd_dictionary "PRICEL"
038F: load_texture "PRICEL" as 102
03F0: enable_text_draw 1
038D: draw_texture 102 position 339.0 179.0 size 120.0 120.0 RGBA 255 255 255 255
jump @pricel_deagle
:pricel_shotgun
wait 0
if and
02D8: actor $PLAYER_ACTOR current_weapon 25
Player.Defined($PLAYER_CHAR)
else_jump @pricel_off
0390: load_txd_dictionary "PRICEL"
038F: load_texture "PRICEL" as 102
03F0: enable_text_draw 1
038D: draw_texture 102 position 339.0 179.0 size 120.0 120.0 RGBA 255 255 255 255
jump @pricel_shotgun
:pricel_off
03F0: enable_text_draw 0
0391: release_textures
jump @pricel_deagle