Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rssAxDerby (axderby)

Category:script
Author(s):Alex_x10
Downloads:1975
Rate:You need to be logged in to vote
Rating:4.5 (8 Votes)
Description:
AxDerby v1.0:

Intro:
a car destruction derby minigame

Features
[*] choose your car gui with a car name edit
[*] banned plane's bike's quad's heli's boat's bmx trains trailers and other strong cars like rhino
[*] start derby with a command (admin only)
[*] gui fits all resolutions

Commands:
[*]/startderby --Starts the derby (Admin Only)
[*]/joinderby --Joins the derby (All)

Credits:
Remp: for guieditor

forum thread:
http://forum.mtasa.com/viewtopic.php?f=108&t=33386

if you found any bugs please post it in the thread

AxDerby v1.5:

Changes:
[*]Added custom arena settings

Setting Custom Arena:

open up the meta file
meta.xml:

<meta>
<info author='Alex' version='1.5' name='AxDerby' description='Car Destruction Derby Mini Game' type='script' />
<script src='server.lua' />
<script src='client.lua' type='client' />
<file src='background.png' />
<settings>
<setting name='useCustomArena' value='false' accept='true/false' />
<setting name='customArenaPos' value='0,0,0,0,0,0' accept='float,float,float,float,float,float' description='posX, posY, posZ, rotX, rotY, rotZ' />
</settings>
</meta>

as you can see there is 2 settings 'useCustomArena' and 'customArenaPos'

use custom Aerna setting defines will the derby works with its original arena or a custom one
'useCustomArena'
true: use a custom arena u have to specify 'customArenaPos' then
false: will use the original arena

'customArenaPos'
custom arena coords posX posY posZ rotX rotY rotZ

report any bugs please
post ideas too :D
...

(more)

Download latest version | Report

Version history

Version Publish Date Changes
1.5.0 2011-05-27 19:35:04 added custom arena more info at description Download
1.3.0 2011-05-26 23:13:23 fixed a bug Download
1.2.0 2011-05-26 20:00:16 added input focus to gui Download
1.1.0 2011-05-26 19:46:34 Download
1.0.0 2011-05-26 19:34:40 First public release Download