SAMP server running problem
#1

Hi there,

Does anyone knows how I can fix the following problem??:



Greetings, CrazyManiac.
Reply
#2

http://lmgtfy.com/?q=run+time+error+...ad+entry+point

This easy.
Reply
#3

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.
Reply
#4

Bump ??
Reply
#5

main()
{
}
put that usually before OnGamemodeInit if you want.
Reply
#6

main()
{
print("\n----------------------------------");
print(" Blank Gamemode by your name here");
print("----------------------------------\n");
}

public OnGameModeInit()
{
SetGameModeText("Blank Script");
return 1;
}

Still not working.
Reply
#7

You don't have plugins probably.
Reply
#8

I do.
Reply
#9

Paste your server_log here?
Reply
#10

Server_log?
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)