Heyo Leute,
Ich hab mich mal an den fakelag,cs rangemacht.
Und hab versucht ihn per tastendruck ausschalten lassen zu können.
So siehts bis jz aus
:NONAME_4
wait 0
if
not Actor.Stopped($PLAYER_ACTOR)
else_jump @NONAME_4
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 50
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
wait 400
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 500
If
key_pressed 105
jump_if_false @NONAME_4
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 10000ms
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
jump @NONAME_4
das Problem liegt bei der Pressed_key 105
oder vllt iwo anders. Ich bekomme immer diese fehlermeldung wenn ich das kompilieren will: Unkorrekte Direktive: player 0 pressed_key 105 :(
/edit
Die Fehlermeldung kommt nicht mehr. Allerdings ne neue -.-
Fehler: Nicht genügend Paramter geben. 1 ewartet
Hier der Script.
wait 0
:NONAME_4
wait 0
if
not Actor.Stopped($PLAYER_ACTOR)
else_jump @NONAME_4
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 50
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
wait 400
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 500
If
00E1: player 0 pressed_key 105
004D: jump_if_false @NONAME_4
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 10000ms
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
jump @NONAME_4
Ich hab mich mal an den fakelag,cs rangemacht.
Und hab versucht ihn per tastendruck ausschalten lassen zu können.
So siehts bis jz aus
:NONAME_4
wait 0
if
not Actor.Stopped($PLAYER_ACTOR)
else_jump @NONAME_4
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 50
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
wait 400
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 500
If
key_pressed 105
jump_if_false @NONAME_4
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 10000ms
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
jump @NONAME_4
das Problem liegt bei der Pressed_key 105
oder vllt iwo anders. Ich bekomme immer diese fehlermeldung wenn ich das kompilieren will: Unkorrekte Direktive: player 0 pressed_key 105 :(
/edit
Die Fehlermeldung kommt nicht mehr. Allerdings ne neue -.-
Fehler: Nicht genügend Paramter geben. 1 ewartet
Hier der Script.
wait 0
:NONAME_4
wait 0
if
not Actor.Stopped($PLAYER_ACTOR)
else_jump @NONAME_4
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 50
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
wait 400
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 500
If
00E1: player 0 pressed_key 105
004D: jump_if_false @NONAME_4
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
wait 10000ms
Actor.SetImmunities($PLAYER_ACTOR, 1, 0, 0, 0, 0)
jump @NONAME_4