SA-MP Forums Archive
Alot Of Errors Need Help! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Alot Of Errors Need Help! (/showthread.php?tid=407872)



-DELETE- - MrSlurpeeHD - 15.01.2013

-DELETE-


Re: Alot Of Errors Need Help! - Scrillex - 15.01.2013

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


Re: Alot Of Errors Need Help! - mariolatif741 - 15.01.2013

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.


Re: Alot Of Errors Need Help! - MrSlurpeeHD - 16.01.2013

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.