You're English isn't much better than MK's. And that script isn't better than MK's scripts.
This is your corrected script, read it and try to understand your mistakes.
| CODE |
{$CLEO .cs}
0000: NOP
:PLAYERCHECK wait 0 if Player.Defined($PLAYER_CHAR) jf @PLAYERCHECK Model.Load(#BALLAS1) Model.Load(#COLT45)
:MODELCHECK wait 0 if and Model.Available(#BALLAS1) Model.Available(#COLT45) jf @MODELCHECK 009A: 1@ = create_actor_pedtype 7 model #BALLAS1 at 2237.1409 -1268.2859 25.3672 01B2: give_actor 1@ weapon 22 ammo 9999 wait 5000 // Why did you put this wait here? 0249: release_model #BALLAS1 0249: release_model #COLT45 0A93: end_custom_thread |
I know you aren't MK btw.