dildotroll
Active member
- Joined
- Mar 23, 2013
- Messages
- 142
- Reaction score
- 0
so i tried making this cleo that will give me a combat shotgun with 300 ammo when i press j and * but i couldnt get it to work
this is what i tried doing using some topics i found here but couldnt get it to work
// This file was decompiled using sascm.ini published by GTAG ( http://gtag.gtagaming.com/opcode-database ) on 14.6.2013
{$VERSION 3.1.1000}
{$CLEO .cs}
//-------------MAIN---------------
thread 'GIVE_WEAPON'
jump @GIVE_WEAPON_26
:GIVE_WEAPON_26
wait 0
if and
0AB0: key_pressed 74
0AB0: key_pressed 106
jf @blubb
else_jump @GIVE_WEAPON_26
jump @GIVE_WEAPON_52
:GIVE_WEAPON_52
wait 0
Model.Load(#351)
if
Model.Available(#351)
else_jump @GIVE_WEAPON_52
Actor.GiveWeaponAndAmmo($PLAYER_ACTOR, 27, 300)
wait 100
jump @GIVE_WEAPON_26
this is what cApSL0ckb0mb3r gave me
// This file was decompiled using sascm.ini published by GTAG ( http://gtag.gtagaming.com/opcode-database ) on 14.6.2013
{$VERSION 3.1.1000}
{$CLEO .cs}
//-------------MAIN---------------
thread 'GIVE_WEAPON'
jump @GIVE_WEAPON_27
:GIVE_WEAPON_27
wait 0
if and
0AB0: key_pressed 74
0AB0: key_pressed 106
jf @blubb
else_jump @GIVE_WEAPON_27
jump @GIVE_WEAPON_27
:GIVE_WEAPON_27
wait 0
Model.Load(#351)
if
Model.Available(#351)
else_jump @GIVE_WEAPON_27
Actor.GiveWeaponAndAmmo($PLAYER_ACTOR, 27, 300)
wait 100
jump @GIVE_WEAPON_27
i tried to compile that and i get this error on both of these
im very sorry if i fucked in some stupid way but this is my first time making a cleo
so can anyone kind enough tell me what is wrong or if i press a wrong button to compile it(i used f6)
thanks i would really appreciate it
this is what i tried doing using some topics i found here but couldnt get it to work
// This file was decompiled using sascm.ini published by GTAG ( http://gtag.gtagaming.com/opcode-database ) on 14.6.2013
{$VERSION 3.1.1000}
{$CLEO .cs}
//-------------MAIN---------------
thread 'GIVE_WEAPON'
jump @GIVE_WEAPON_26
:GIVE_WEAPON_26
wait 0
if and
0AB0: key_pressed 74
0AB0: key_pressed 106
jf @blubb
else_jump @GIVE_WEAPON_26
jump @GIVE_WEAPON_52
:GIVE_WEAPON_52
wait 0
Model.Load(#351)
if
Model.Available(#351)
else_jump @GIVE_WEAPON_52
Actor.GiveWeaponAndAmmo($PLAYER_ACTOR, 27, 300)
wait 100
jump @GIVE_WEAPON_26
this is what cApSL0ckb0mb3r gave me
// This file was decompiled using sascm.ini published by GTAG ( http://gtag.gtagaming.com/opcode-database ) on 14.6.2013
{$VERSION 3.1.1000}
{$CLEO .cs}
//-------------MAIN---------------
thread 'GIVE_WEAPON'
jump @GIVE_WEAPON_27
:GIVE_WEAPON_27
wait 0
if and
0AB0: key_pressed 74
0AB0: key_pressed 106
jf @blubb
else_jump @GIVE_WEAPON_27
jump @GIVE_WEAPON_27
:GIVE_WEAPON_27
wait 0
Model.Load(#351)
if
Model.Available(#351)
else_jump @GIVE_WEAPON_27
Actor.GiveWeaponAndAmmo($PLAYER_ACTOR, 27, 300)
wait 100
jump @GIVE_WEAPON_27
i tried to compile that and i get this error on both of these
im very sorry if i fucked in some stupid way but this is my first time making a cleo
so can anyone kind enough tell me what is wrong or if i press a wrong button to compile it(i used f6)
thanks i would really appreciate it