Problm with main()
#2

if u want to make a gamemode you have to delete

Код:
#if defined FILTERSCRIPT
 
public OnFilterScriptInit()
{
        print("\n--------------------------------------");
        print(" Blank Filterscript by your name here");
        print("--------------------------------------\n");
        return 1;
}
 
public OnFilterScriptExit()
{
        return 1;
}
 
#else


#endif
or if u want a fs delete

Код:
#if defined FILTERSCRIPT
#else
 
main()
{
        print("\n----------------------------------");
        print(" Blank Gamemode by your name here");
        print("----------------------------------\n");
}
#endif
 
public OnGameModeInit()
{
    valo = AddStaticVehicle(447,2492.49267578,-1666.58959961,13.44375038,88.00000000,-1,-1);
        return 1;
}
 
public OnGameModeExit()
{
        return 1;
}
Reply


Messages In This Thread
Problm with main() - by Aizen - 09.07.2011, 11:08
Re: Problm with main() - by iJumbo - 09.07.2011, 11:11
Re: Problm with main() - by Aizen - 09.07.2011, 11:42
Re: Problm with main() - by iJumbo - 09.07.2011, 11:51

Forum Jump:


Users browsing this thread: 1 Guest(s)