Posts: 518
Threads: 63
Joined: Jun 2010
Reputation:
0
When I run this certain script, the dialog box that appears after you run samp.server.exe closes are maybe 1 second.
I check the logs but there is no error in there. It runs as if it is up and running.
Any help?
Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
Is it a filterscript or gamemode? If it's a gamemode, make sure the filename in the server.cfg corresponds to the gamemode's amx. Other than that, sometimes you can cause logic errors that the compiler won't pickup but can still mess things up. Make sure the script isn't doing anything crazy. Like creating a lot of objects, infinite loops, etc.
Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
You mean you didn't compile it yourself?