SA-MP Forums Archive
SA:MP Server running problem - 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: SA:MP Server running problem (/showthread.php?tid=441186)



SA:MP Server running problem - CrazyManiac - 01.06.2013

Hello!

I was busy with my script and idk why but it kept giving me this error over and over again when I run it.
I dont know why, but my script is not working correctly in-game.



Hope someone can fix it for me.

Greets, Fabian.


Re: SA:MP Server running problem - Vince - 01.06.2013

pawn Код:
main() {}
Is required in your gamemode, even if it's empty.


Re: SA:MP Server running problem - Scrillex - 01.06.2013

You for got
pawn Код:
main()
{
    print(" ");
    print("-------------------------------------------");
    print("Connected To ...");
    print("Welcome to ");
    print("-------------------------------------------");
    print(" ");
}