Filterscripts to GameMode
#7

Quote:
Originally Posted by SilentSoul
Посмотреть сообщение
Search for
pawn Код:
#define FILTERSCRIPT
#if defined FILTERSCRIPT
and remove them , also move all codes inside
pawn Код:
public OnFilterScriptInit()
{
    return 1;
}
public OnFilterScriptExit()
{
    return 1;
}
To
pawn Код:
public OnGameModeInit()
{
    return 1;
}

public OnGameModeExit()
{
    return 1;
}
thankyou verymuch for your clear explaination
Reply


Messages In This Thread
Filterscripts to GameMode - by saikumar - 13.12.2013, 09:27
Re: Filterscripts to GameMode - by ProjectNewYork - 13.12.2013, 09:37
Re: Filterscripts to GameMode - by saikumar - 13.12.2013, 09:40
Re: Filterscripts to GameMode - by saikumar - 13.12.2013, 10:18
Re: Filterscripts to GameMode - by SilentSoul - 13.12.2013, 10:26
Re: Filterscripts to GameMode - by PowerPC603 - 13.12.2013, 10:32
Re: Filterscripts to GameMode - by saikumar - 13.12.2013, 12:51

Forum Jump:


Users browsing this thread: 1 Guest(s)