My Gamemode's Problem:
#4

Change
Код:
public OnGameModeInit()
{
    main() { }
{
        print("\n----------------------------------");
        print("  Nighthawks\n");
        print("         Coded By");
        print("            XVK");
        print("----------------------------------\n");
}
    SetGameModeText("The NightHawks");
TO

Код:
main() 
{
        print("\n----------------------------------");
        print("  Nighthawks\n");
        print("         Coded By");
        print("            XVK");
        print("----------------------------------\n");
}
public OnGameModeInit()
{
    SetGameModeText("The NightHawks");
//ETC
Reply


Messages In This Thread
My Gamemode's Problem: - by XVK - 23.12.2010, 14:20
Re: My Gamemode's Problem: - by alpha500delta - 23.12.2010, 15:04
Re : My Gamemode's Problem: - by XVK - 23.12.2010, 15:16
Re: My Gamemode's Problem: - by [WF]Demon - 23.12.2010, 15:25
Re : My Gamemode's Problem: - by XVK - 23.12.2010, 15:38
Re: My Gamemode's Problem: - by GoldenM4 - 23.12.2010, 15:53
Re : My Gamemode's Problem: - by XVK - 23.12.2010, 17:59

Forum Jump:


Users browsing this thread: 1 Guest(s)