Alot Of Errors Need Help!
#1

-DELETE-
Reply
#2

Umm you need to coret your code.. It's in mess... thats why you have so much errors!
Reply
#3

there is alot of problems in the gamemode

example look this

pawn Код:
// The main function (used only once when the server loads)
main()
{
        // Print some standard lines to the server's console
        print("\n----------------------------------");
        print(GameModeName);
        print("----------------------------------\n");
}
look at
pawn Код:
print(GameModeName);
it must be
pawn Код:
print(  "GameModeName");
and more other errors you have

check what is wrong.

try again to script maybe you will make it with no problems.
Reply
#4

Quote:
Originally Posted by mariolatif741
Посмотреть сообщение
there is alot of problems in the gamemode

example look this

pawn Код:
// The main function (used only once when the server loads)
main()
{
        // Print some standard lines to the server's console
        print("\n----------------------------------");
        print(GameModeName);
        print("----------------------------------\n");
}
look at
pawn Код:
print(GameModeName);
it must be
pawn Код:
print(  "GameModeName");
and more other errors you have

check what is wrong.

try again to script maybe you will make it with no problems.
HAHHAAHHAHAA Dude :P Thats Not The Wrong :P Check Error Lines:P
And Its Defined Gamemode Name
Its Orginal In PPC Without Errors.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)