Ywa Posted May 31, 2007 Posted May 31, 2007 (edited) MTAScripter allows you to script your own MTA (RACE) maps! It's easy to learn and easy to understand the (Delphi/Pascal) syntax. ReadMe is included Download version 1.0 Got feedback or you need help? Feel free to reply! Version 1.0 function list CreateSpawnpoint >>> procedure CreateSpawnpoint(ModelID : Integer;PosX, PosY, PosZ : Single; Rot : Integer); CreateObject >>> procedure CreateObject(ModelID : Integer;PosX, PosY, PosZ, RotX, RotY, RotZ : Single); CreateCheckpoint >>> procedure CreateCheckpoint(Corona : Boolean;PosX, PosY, PosZ, Size : Single;Vehicle, ColorR, ColorG, ColorB : Integer); CreateRepairPickup >>> procedure CreateRepairPickup(PosX, PosY, PosZ : Single;Respawn : Integer); CreateNitroPickup >>> procedure CreateNitroPickup(PosX, PosY, PosZ : Single;Respawn : Integer); SetAuthor >>> procedure SetAuthor(Author : String); SetDescription >>> procedure SetDescription(Description : String); SetRespawnMode >>> procedure SetRespawnMode(RespawnMode : String); SetRespawnTime >>> procedure SetRespawnTime(RespawnTime : Integer); SetWeather >>> procedure SetWeather(WeatherID : Integer); SetTime >>> procedure SetTime(Time : String); SetDuration >>> procedure SetDuration(Duration : Integer); Edited May 31, 2007 by Guest
norby89 Posted May 31, 2007 Posted May 31, 2007 hey that's pretty nice good job, maybe a list of functions would help
Ywa Posted May 31, 2007 Author Posted May 31, 2007 I created the 1.0 version in just 2 days. A function list will be avaible with version 1.1 (Which will be released very soon). Here is the function list of 1.0: CreateSpawnpoint >>> procedure CreateSpawnpoint(ModelID : Integer;PosX, PosY, PosZ : Single; Rot : Integer); CreateObject >>> procedure CreateObject(ModelID : Integer;PosX, PosY, PosZ, RotX, RotY, RotZ : Single); CreateCheckpoint >>> procedure CreateCheckpoint(Corona : Boolean;PosX, PosY, PosZ, Size : Single;Vehicle, ColorR, ColorG, ColorB : Integer); CreateRepairPickup >>> procedure CreateRepairPickup(PosX, PosY, PosZ : Single;Respawn : Integer); CreateNitroPickup >>> procedure CreateNitroPickup(PosX, PosY, PosZ : Single;Respawn : Integer); SetAuthor >>> procedure SetAuthor(Author : String); SetDescription >>> procedure SetDescription(Description : String); SetRespawnMode >>> procedure SetRespawnMode(RespawnMode : String); SetRespawnTime >>> procedure SetRespawnTime(RespawnTime : Integer); SetWeather >>> procedure SetWeather(WeatherID : Integer); SetTime >>> procedure SetTime(Time : String); SetDuration >>> procedure SetDuration(Duration : Integer);
Strepto Posted May 31, 2007 Posted May 31, 2007 Ehm, and why should we use this and not the in-game map editor?
norby89 Posted June 1, 2007 Posted June 1, 2007 Ehm, and why should we use this and not the in-game map editor? some ppl cba to use it... nah j/k though there are many mapmakers who use notepad a lot when making maps and this tool comes in handy.. for example you could make a giant flat surface out of a hundred objects, using the editor would take ages
Recommended Posts