Jump to content
  • 0

pomoc Gamemody


adko1234

Dotaz

11 odpovědí na tuto otázku

Recommended Posts

  • 0
tento FS ti zmeni meno módu na aké si zadáš

#include 

#define GAMEMODE_NAME "Môj super mód v1.1" //toto si zmeň na meno tvojho módu

forward SetGameModeNameEx();
public SetGameModeNameEx()
{
    SetGameModeName(GAMEMODE_NAME);
    return 1;
}

public OnFilterScriptInit()
{
    SetTimer("SetGameModeNameEx", 2000, 0);
    return 1;
}

ja myslel že je

SetGameModeText

ne

SetGameModeName

Link to comment
Share on other sites

  • 0
tento FS ti zmeni meno módu na aké si zadáš
#include 

 

#define GAMEMODE_NAME "Môj super mód v1.1" //toto si zmeň na meno tvojho módu

 

forward SetGameModeNameEx();

public SetGameModeNameEx()

{

    SetGameModeName(GAMEMODE_NAME);

    return 1;

}

 

public OnFilterScriptInit()

{

    SetTimer("SetGameModeNameEx", 2000, 0);

    return 1;

}

Link to comment
Share on other sites

  • 0
hele to robi aj mne niekedy ked som si robil gm ... tak co tam ma byt 'SetGameModeName' ci 'SetGameModeText' ???

sak skus ne, nemusis sa pytat na kazdu blbost :d ak ti SetGameModeName vyhodi error tak tam ma byt SetGameModeText, nie? zapni hlavu :d

 

 

 

P.S.

(ma tam byt SetGameModeText)

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...