Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: flying_dilis on March 28, 2010, 08: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 :(
-
Are there any publicly released game modes for VC-MP?
http://forum.vicecitymultiplayer.com/index.php?board=29.0
All I really want are some pedestrians and cars on the streets
Impossible. List of avaliable functions: http://tdhclan.ru/wiki/index.php/Functions
some missions.
Possible, but difficult.
I would also really like a RPG game mode.
Can be based on GUPS (http://forum.vicecitymultiplayer.com/index.php?topic=1666.0).
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.
-
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".
-
Thanks for the help :)