SAMP 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: SAMP server running problem (
/showthread.php?tid=442622)
SAMP server running problem -
CrazyManiac - 08.06.2013
Hi there,
Does anyone knows how I can fix the following problem??:
Greetings, CrazyManiac.
Re: SAMP server running problem -
[MG]Dimi - 08.06.2013
http://lmgtfy.com/?q=run+time+error+...ad+entry+point
This easy.
Re: SAMP server running problem -
CrazyManiac - 08.06.2013
I didnt ask for a ****** search. I asked for the answer.
I already tried searching on ******, and the only thing I found was to add
Quote:
main()
{
print("\n----------------------------------");
print(" Blank Gamemode by your name here");
print("----------------------------------\n");
}
|
But it didn't help.
Re: SAMP server running problem -
CrazyManiac - 08.06.2013
Bump ??
Re: SAMP server running problem -
Matt - 08.06.2013
main()
{
}
put that usually before OnGamemodeInit if you want.
Re: SAMP server running problem -
CrazyManiac - 08.06.2013
main()
{
print("\n----------------------------------");
print(" Blank Gamemode by your name here");
print("----------------------------------\n");
}
public OnGameModeInit()
{
SetGameModeText("Blank Script");
return 1;
}
Still not working.
Re: SAMP server running problem -
DeMoX - 08.06.2013
You don't have plugins probably.
Re: SAMP server running problem -
CrazyManiac - 08.06.2013
I do.
Re: SAMP server running problem -
Sulps - 08.06.2013
Paste your server_log here?
Re: SAMP server running problem -
BlazingKnife - 08.06.2013
Server_log?