ongamemodeexit
#4

Quote:
Originally Posted by RedRex
Посмотреть сообщение
i saw nothing error but if you want do this

Код:
public OnGameModeExit()
{
    print("Gamemode ended.");
    return 1;
}
That's not what he was meaning...

Код:
public OnGameModeExit()
{
    if(TempVar=1337)
    {
        print("Gamemode ended properly.");
    }
    return 1;
}
Reply


Messages In This Thread
ongamemodeexit - by MerryDeer - 17.11.2016, 07:04
Re: ongamemodeexit - by Threshold - 17.11.2016, 07:28
Re: ongamemodeexit - by RedRex - 17.11.2016, 07:36
Re: ongamemodeexit - by Sew_Sumi - 17.11.2016, 07:55

Forum Jump:


Users browsing this thread: 2 Guest(s)