27.01.2008, 13:33
Don't forget the SCRIPTFILES else the Server doesn't work
// \\
// ! \\
// \\ README
It is important that you setup your scriptfiles directory properly or the gamemode will not even be able to initiate:
1 - You must create 3 folders within scriptfiles: tAxI_SYS_SETUP, tAxI_SYS_SAVE, tAxI_SYS_PLAYERS
2 - In the setup folder you must place a file named tAxI_vehicles_setup.tAxI and tAxI_businesses_setup.tAxI
3 - The vehicles setup file must contain the co-ords/info of your vehicles to be added into the GM in the following format:
model,x,y,z,z_angle,color1,color2 (each set of co-ords/info for each vehicle must start on a new line)
4 - The businesses setup file must contain the co-ords/info of your businesses to be added into the GM in the following format:
x,y,z,name,price,profit (the profit amount will be transferred to the business cashbox every hour)
// \\
// ! \\
// \\ README
It is important that you setup your scriptfiles directory properly or the gamemode will not even be able to initiate:
1 - You must create 3 folders within scriptfiles: tAxI_SYS_SETUP, tAxI_SYS_SAVE, tAxI_SYS_PLAYERS
2 - In the setup folder you must place a file named tAxI_vehicles_setup.tAxI and tAxI_businesses_setup.tAxI
3 - The vehicles setup file must contain the co-ords/info of your vehicles to be added into the GM in the following format:
model,x,y,z,z_angle,color1,color2 (each set of co-ords/info for each vehicle must start on a new line)
4 - The businesses setup file must contain the co-ords/info of your businesses to be added into the GM in the following format:
x,y,z,name,price,profit (the profit amount will be transferred to the business cashbox every hour)