Jump to content
  • 0

pomoc Tuning Town


Totalka

Dotaz

Rad bych chtel pomoc s spustenim modem Tuning Town nejnovejsi verze ( XV ) plugin streamer.so mam slozky v SF take,sputim server a v logu pise error - gamemode error.
porism co s tim ?
diky :)

Link to comment
Share on other sites

5 odpovědí na tuto otázku

Recommended Posts

  • 0

Co na to koukám, tak asi jediná podobná zpráva o tomto erroru je tato:

    //////////////////////////////////////////////// Nová Ochrana GM /////////////////////////////////////////
    if(!fexist("TuningTown/TTSett.sav"))
	{
	    printf("[  ERROR  ]: File 'TuningTown/TTSett.sav' Doe's not exist!");
     	new h[10]; GetServerVarAsString(h,"rcon_password",10); SendClientMessageToAll(B_BILA,h); //zapricini pad serveru
        GameModeExit();
	}
	else if(fexist("TuningTown/TTSett.sav"))
	{
	    new File: LegalControl,data[20]; LegalControl = fopen("TuningTown/TTSett.sav",io_read);
	    {
	        fread(LegalControl,data); TuningTownLegalCentrifity = strval(data);
	    }
	    fclose(LegalControl);
	    
	    if(TuningTownLegalCentrifity > 34 || TuningTownLegalCentrifity < 34)
	    {
	        printf("[  ERROR  ]: Gamemode error!");
	        new h[10]; GetServerVarAsString(h,"rcon_password",10); SendClientMessageToAll(B_BILA,h); //zapricini pad serveru
			GameModeExit();
	    }
	}

To znamená, že v souboru TTSett.sav musíš mít číslo: "34".

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...