13.06.2009, 17:14
//*************//
/* GateScript */
/* By Jyrno42 */
//*************//
A simple gatescript I created for my RP server called eRP : Easylife. Feel free to modify this in any way you like, but it would be nice if you left the original credits. Oh and some credits go to the creator of Distance function. Even though its just a simple vector length formula.
Features:
Sample of gate creation:
Download
HTTP
Pastebin
/* GateScript */
/* By Jyrno42 */
//*************//
A simple gatescript I created for my RP server called eRP : Easylife. Feel free to modify this in any way you like, but it would be nice if you left the original credits. Oh and some credits go to the creator of Distance function. Even though its just a simple vector length formula.
Features:
- Easy Gate Creating
- Easy modifyable for your gamemodes.
- Every gate can have unlimited children which move when the parent is moved.
- Rotating Gates.
- ...
Sample of gate creation:
Код:
new gate = CreateGate(968, 1544.682251, -1630.863159, 13.166325, 0, -91.1002322341, -89.9999813789, 1544.682251, -1630.863159, 13.166325, 0, -16.3, -89.9999813789, -1); Gate[gate][TeamId] = 1; // Lets create a gate for team 1 with no parent gate. // Note: This gate is a rotating gate for the parkinglot of LSPD.
HTTP
Pastebin