Author Topic: HELP! -> VCMP New Server Problem  (Read 2042 times)

0 Members and 1 Guest are viewing this topic.

Offline Fresox

  • Street Thug
  • *
  • Posts: 2
    • View Profile
HELP! -> VCMP New Server Problem
« 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..

Offline MatheuS

  • Made Man
  • ***
  • Posts: 207
  • Pawn And Squirrel Scripter
    • View Profile
    • Brazillian Community
Re: HELP! -> VCMP New Server Problem
« Reply #1 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]

Offline Fresox

  • Street Thug
  • *
  • Posts: 2
    • View Profile
Re: HELP! -> VCMP New Server Problem
« Reply #2 on: May 22, 2013, 10:02:36 pm »
Dosen´t work, hm.. -.-

Offline MatheuS

  • Made Man
  • ***
  • Posts: 207
  • Pawn And Squirrel Scripter
    • View Profile
    • Brazillian Community
Re: HELP! -> VCMP New Server Problem
« Reply #3 on: May 23, 2013, 12:12:25 am »
tries to put [pawn]FastSwtich(true);[/pawn]