Jump to content

[TOOL] MTAScripter


Recommended Posts

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 by Guest
Link to comment

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);

Link to comment
Ehm, and why should we use this and not the in-game map editor?

some ppl cba to use it...

nah j/k :P 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

Link to comment
  • 3 months later...
  • 4 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...