Vice City Multiplayer

General Discussion => Support => Topic started by: Fresox on May 22, 2013, 07:52:09 pm

Title: HELP! -> VCMP New Server Problem
Post by: Fresox on May 22, 2013, 07:52:09 pm
Hello guys,

i have a problem.
Yesterday, I have created a server it called : CH Switzerland "Server".
But no, it come an alert and he says : jump switch disabled?

I need help, I wan´t enabled this junp :-(

Sorry for my bad english ^^

Have a nice day..
Title: Re: HELP! -> VCMP New Server Problem
Post by: MatheuS on May 22, 2013, 09:11:51 pm
add in your script

[pawn]public OnGameModeInit()
{
 Jumpswitch(1); // our Jumpswitch(0); // Jumpswitch(false); // Jumpswitch(true);
return 1;
}[/pawn]
Title: Re: HELP! -> VCMP New Server Problem
Post by: Fresox on May 22, 2013, 10:02:36 pm
Dosen´t work, hm.. -.-
Title: Re: HELP! -> VCMP New Server Problem
Post by: MatheuS on May 23, 2013, 12:12:25 am
tries to put [pawn]FastSwtich(true);[/pawn]