02.12.2009, 19:39
(
Последний раз редактировалось jonrb; 15.08.2010 в 15:07.
)
What It Does & How To Use It
It is (like the film, a bit) a transforming car. Using the hydraulic controls, you can turn it into a car, a bike, a plane or a boat (you decide!). When it is created, it also has a 5th form which you set yourself (see below).*
How To Use The Script
In the OnFilterScriptInit callback, you can put as many of these as you want.
AddTransformer(custmod,x,y,z,rot,colour1,colour2);
Features
Download
If you use this you must keep the credits. Please tell me if you find a bug or have a suggestion for improvement! Feel free if you have any questions about anything in the script.
Pastebin
Mirrors are welcome as long as the credits are kept!
* Check your game settings to find these controls, don't ask me.
It is (like the film, a bit) a transforming car. Using the hydraulic controls, you can turn it into a car, a bike, a plane or a boat (you decide!). When it is created, it also has a 5th form which you set yourself (see below).*
How To Use The Script
In the OnFilterScriptInit callback, you can put as many of these as you want.
AddTransformer(custmod,x,y,z,rot,colour1,colour2);
- custmod: The custom model the car can take (apart from the default ones)
- x,y,z,rot: The spawn information for the car.
- colour1,colour2: the colours which will be applied to ALL transformations
Код:
AddTransformer(403,1019.0,2300.0,11.0,0.0,3,2);//create an "optimus prime" coloured vehicle, with the linerunner as it's special model.
- Custom models (All models can be changed with ease!)
- Cloaking ability with the 'horn' button
- Textdraw showing model, health and cloaked status (optional)
- The ability to have multiple transformers - each with it's own 'special' model
Download
If you use this you must keep the credits. Please tell me if you find a bug or have a suggestion for improvement! Feel free if you have any questions about anything in the script.
Pastebin
Mirrors are welcome as long as the credits are kept!
* Check your game settings to find these controls, don't ask me.