How to save???
#2

pawn Код:
public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" Blank Filterscript by your name here");
    print("--------------------------------------\n");
    return 1;
}

public OnFilterScriptExit()
{
    return 1;
}
Add this in your script. And delete OnGameModeInnit , OnGameModeExit and main() as they are used for gamemodes.
Reply


Messages In This Thread
How to save??? - by 9noober - 26.07.2014, 03:55
Re: How to save??? - by Affan - 26.07.2014, 04:00
Re: How to save??? - by 9noober - 26.07.2014, 04:18
Re: How to save??? - by 9noober - 26.07.2014, 05:27
Re: How to save??? - by SHE790 - 26.07.2014, 05:37
Re: How to save??? - by 9noober - 26.07.2014, 05:48
Re: How to save??? - by Don_Cage - 26.07.2014, 06:52
Re: How to save??? - by 9noober - 28.07.2014, 15:44
Re: How to save??? - by DaniceMcHarley - 28.07.2014, 15:47
Re: How to save??? - by 9noober - 28.07.2014, 16:56

Forum Jump:


Users browsing this thread: 1 Guest(s)