Vice City: Multiplayer

VC:MP Discussion => Support => Topic started by: johnkimball on Jul 03, 2015, 01:18 PM

Title: vc-mp 0.4 ?
Post by: johnkimball on Jul 03, 2015, 01:18 PM
hello, how to enable drive on water in vcm-mp 0.4  and change player selection location menu ?
Title: Re: vc-mp 0.4 ?
Post by: MacTavish on Jul 03, 2015, 03:31 PM
You can use it in onScriptLoad
SetDriveOnWater( true );
And also can create cmd to enable/disable it

And for RequestClass screen the source is the same as 0.3
Title: Re: vc-mp 0.4 ?
Post by: johnkimball on Jul 04, 2015, 08:48 PM
does 0.4 have a config.ini file? because i only have the server.exe and cant type anything in it
Title: Re: vc-mp 0.4 ?
Post by: MacTavish on Jul 05, 2015, 04:52 AM
Quote from: johnkimball on Jul 04, 2015, 08:48 PMdoes 0.4 have a config.ini file? because i only have the server.exe and cant type anything in it
Just open up your main.nut and find there onScriptLoad then copy/paste that line there