CLEO Teleport

Этот маленький скрипт добавляет возможность выбрать на карте место и с прыгнуть над ним с парашютом.

Управление:
Открываем карту и выбираем красным маркером место выгрузки и набираем команду jump.
Также можно выгрузиться на машине...

{$VERSION 3.1.1000}
{$CLEO .cs}

//-------------MAIN---------------
0000: NOP

:BDN_DDL_2
thread 'BDN_DDL'
wait 0
if
Player.Defined($PLAYER_CHAR)
jf @BDN_DDL_433
if
$ONMISSION == 0
jf @BDN_DDL_433
if
8818: not actor $PLAYER_ACTOR in_air
jf @BDN_DDL_433
if
0ADC: test_cheat "JUMP"
jf @BDN_DDL_433
Actor.SetImmunities($PLAYER_ACTOR, 1, 1, 1, 1, 1)
03BF: set_player $PLAYER_CHAR ignored_by_everyone 1
01F7: set_player $PLAYER_CHAR ignored_by_cops 1
0AB6: store_target_marker_coords_to 0@ 1@ 0.0 // IF and SET
if and
not 0@ == 0.0
not 1@ == 0.0
jf @BDN_DDL_433
if
not Actor.HasWeapon($PLAYER_ACTOR, 46)
jf @BDN_DDL_184
jump @BDN_DDL_191

:BDN_DDL_184
jump @BDN_DDL_248

:BDN_DDL_191
wait 0
if
not Model.Available(#GUN_PARA)
jf @BDN_DDL_218
jump @BDN_DDL_225

:BDN_DDL_218
jump @BDN_DDL_239

:BDN_DDL_225
Model.Load(#GUN_PARA)
038B: load_requested_models
jump @BDN_DDL_191

:BDN_DDL_239
Actor.GiveWeaponAndAmmo($PLAYER_ACTOR, Parachute, 0)

:BDN_DDL_248
if
not Actor.Driving($PLAYER_ACTOR)
jf @BDN_DDL_271
jump @BDN_DDL_278

:BDN_DDL_271
jump @BDN_DDL_325

:BDN_DDL_278
fade 0 1500
wait 1600
Actor.PutAt($PLAYER_ACTOR, 0@, 1@, 1000.0)
wait 200
fade 1 1500
jump @BDN_DDL_375

:BDN_DDL_325
fade 0 1500
wait 1600
2@ = Actor.CurrentCar($PLAYER_ACTOR)
Car.PutAt(2@, 0@, 1@, 1000.0)
fade 1 1500
jump @BDN_DDL_375

:BDN_DDL_375
Actor.SetImmunities($PLAYER_ACTOR, 1, 1, 1, 1, 1)
03BF: set_player $PLAYER_CHAR ignored_by_everyone 1
01F7: set_player $PLAYER_CHAR ignored_by_cops 1
Actor.SetImmunities($PLAYER_ACTOR, 0, 0, 0, 0, 0)
03BF: set_player $PLAYER_CHAR ignored_by_everyone 0
01F7: set_player $PLAYER_CHAR ignored_by_cops 0

:BDN_DDL_433
Actor.RemoveReferences($PLAYER_ACTOR)
jump @BDN_DDL_2



Просмотров: 1517
5.11.2015, 11:10 -

Категория: Grand Theft Auto: San Andreas » Скрипты для Grand Theft Auto: San Andreas » CLEO скрипты для Grand Theft Auto: San Andreas

Коментарии к CLEO Teleport: