GTA IV Scripting Tutorial Episode #1- Beginning

preview_player
Показать описание
Download Template Here:

Scripts Included In The Video:

**No Wanted Level**
Player.WantedLevel = 0;

**God Mode**
Player.Character.Health = 1000;

**Key Press**
if (Keys.F6 == e.Key)
{
//Add Script Here
}

**Character Puts Hands Up (Animation)**
Player.Character.Task.HandsUp(15000);

**Spawn Car**
Vector3 vehPos = World.GetNextPositionOnStreet(Player.Character.Position.Around(10.0f));
World.CreateVehicle(new Model("POLICE"), vehPos);

**Text On Bottom of Screen**
Function.Call("PRINT_STRING_WITH_LITERAL_STRING_NOW", new Parameter[] { "STRING", "Your text goes here and do not change anything else!", 0xbb8, 1 });

**If Player is Injured**
{
Player.Character.Health = 1000;
}

**If Player Is Getting Into Vehicle*
{
Player.Character.CurrentVehicle.Repair();
Player.Character.CurrentVehicle.Wash();
}
Рекомендации по теме
Комментарии
Автор

is there a wy for me to edit existing scripts? cant find anything on that.

deathrager
Автор

Hi, good job, thank you. Possible spawn object with animation ?

warls
Автор

thanks for the tutorial but why only 1 episode?
also the mediafire and your pastebin profile link is dead.

RockerStarMaveriX
join shbcf.ru