14.11.2010, 13:14
This is a little freeroam GM I've been working on recently. It's called Newb Server Freeroam. The idea of it is to earn money for driven mileage and exchange money for vehicles/guns. It has toggleable deathmatch mode - admin can decide whether or not weapons are allowed.
Script features:
Player commands:
Script features:
- Players earn money by driving around, score indicates player's wealth
- Vehicles and weapons can be bought with command /buy (as well as vehicle components, health and vehicle repair)
- Teleporting is allowed, player can teleport to any place by clicking on map, teleport to player, or save and load their position.
- Player menu available upon clicking player's name in scoretable (clicking own name results in showing /buy menu) allows sending private message or teleport to player
- Simple admin system, rcon admin can make any player an admin until player disconnects.
- Stats do not save, it's a simple freeroam aimed to kill some time
- admin can spawn any vehicle by /v command
- admins can enable/disable buying weapons. When weapons are disabled, all players lose their guns nad get kicked when they kill someone
- admins can set initial money for new players or give money by command /addcash
- buyable vehicle models and weapons can be easily added to /buy menu in OnGamemodeInit
- Vehicles automatically flip when they are upside-down, except airplanes and helicopters
- Admins can decide whether player vehicles disappear when owner disconnects
- Script can be easily edited and expanded
- All vehicles have random color upon spawn, players can change vehicle colors with command.
- Player commands can have player id or player name for parameter! (eg. /kick mick)
- Advanced PM system similar to the one in my main server (Convoy Trucking) with option to enter message in dialog
Player commands:
- /cmds - list of available commands
- /buy - shop menu with weapon, vehicles (cars, bikes, planes, helicopters, boats), health, vehicle components, jetpack and vehicle repair
- /vcolor [col1] [col2] - set current vehicle's color
- /pm [player] (message) - send private message, (message) can be omited and entered in new window
- /r (message) - reply to last private message
- * mick88 [text] - message in 1st person
- /savepos - saves current coordinates
- /loadpos - teleports to last coordinates
- /player [player] - opens player menu with option to send message or teleport to player
- /addcash [player] [amount] - gives money to player
- /v (model) - spawns any vehicle (infernus as default)
- /kick [player] - kicks player from server
- /ban [player] - bans player's IP address
- /makeadmin [player] [level 1/0] - makes player admin. 0 means regular player, 1 means admin.
- /initialmoney [amount] - sets amount of money new players receive upon connecting
- /allowdm - toggles deathmatch mode on/off
- /deleteveh - toggles destroying player vehicle when player disconnects. When disabled all spawned vehicles stay in server
