Debug - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Debug (
/showthread.php?tid=160801)
Debug -
TKZ227 - 17.07.2010
Pardon this extremely "newbie" question, but how exactly do I "debug" a script? For some reason, this DM script I have created will not work when I start the server, the server just stays offline. However, other scripts work fine.
Re: Debug -
ikey07 - 17.07.2010
When you use this DM script, what does server.exe says?
Re: Debug -
TKZ227 - 17.07.2010
Quote:
Originally Posted by ikey07
When you use this DM script, what does server.exe says?
|
If you mean samp-server, the window doesn't even stay open. It flashes on then off and that's it. When I look in the server_log, it says:
Code:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3a R8, ©2005-2010 SA-MP Team
[11:12:00] filterscripts = "" (string)
[11:12:00]
[11:12:00] Server Plugins
[11:12:00] --------------
[11:12:00] Loaded 0 plugins.
[11:12:00]
[11:12:00] Filter Scripts
[11:12:00] ---------------
[11:12:00] Loaded 0 filter scripts.
Re: Debug -
ikey07 - 17.07.2010
into the cfg, have you edit recon_password,
I guess its like this:
rcon_password changeme
if I remeber samp doesn't allow run it without change^^
Re: Debug -
TKZ227 - 17.07.2010
I did change it. Like I said, other scripts work on the server. However, this one doesn't.
Re: Debug -
CAR - 17.07.2010
You got something like this?
Code:
filterscripts = "DM"
Then you need to change it to: