Vice City Multiplayer

VC:MP => mIRC/pawn Scripting => Topic started by: flying_dilis on March 28, 2010, 07:12:10 AM

Title: Publicly released Game Modes
Post by: flying_dilis on March 28, 2010, 07:12:10 AM
Are there any publicly released game modes for VC-MP?

All I really want are some pedestrians and cars on the streets and if possible, some missions. I would also really like a RPG game mode.

If I would create my own script, would it be hard if all I would do is populate the map with cars and pedestrians, and probably code some scenarios/missions?

Also, how do I install those scripts/game modes? I'm new to this game and I don't know much besides setting up my own server :(
Title: Re: Publicly released Game Modes
Post by: Boss on March 28, 2010, 08:56:37 AM
Quote from: flying_dilis on March 28, 2010, 07:12:10 AM
Are there any publicly released game modes for VC-MP?
http://forum.vicecitymultiplayer.com/index.php?board=29.0

Quote from: flying_dilis on March 28, 2010, 07:12:10 AM
All I really want are some pedestrians and cars on the streets
Impossible. List of avaliable functions: http://tdhclan.ru/wiki/index.php/Functions

Quote from: flying_dilis on March 28, 2010, 07:12:10 AM
some missions.
Possible, but difficult.

Quote from: flying_dilis on March 28, 2010, 07:12:10 AM
I would also really like a RPG game mode.
Can be based on GUPS (http://forum.vicecitymultiplayer.com/index.php?topic=1666.0).

Quote from: flying_dilis on March 28, 2010, 07:12:10 AM
Also, how do I install those scripts/game modes?
Place your mode (.amx file) in server's gamemodes folder and change gamemode0 mode in your server.cfg, where "mode" is the name of your mode.
Title: Re: Publicly released Game Modes
Post by: [AoD]NC on March 28, 2010, 09:17:57 AM
Yep, doing missions is difficult, but most of "missions" now in VCMP can be started by a command or while entering to a car.

VCMP doesnt support many things from VC [just like the peds or objects] so you can do only some "basic missions".
Title: Re: Publicly released Game Modes
Post by: flying_dilis on March 28, 2010, 09:40:11 AM
Thanks for the help :)