SA-MP Forums Archive
HELP with Samp-server - 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: HELP with Samp-server (/showthread.php?tid=132901)



HELP with Samp-server - xLowrider - 10.03.2010

i cant open my samp server cmd window, i quit samp / scripting for a while and now i want to get back to it. It's not letting me open up my cmd window. but it works on my laptop, ANy clues?


Re: HELP with Samp-server - Backwardsman97 - 10.03.2010

This is the wrong section. Anyway, did you check and see if the gamemode you put to run in the server configuration is in your gamemodes folder? The amx that is.


Re: HELP with Samp-server - xLowrider - 10.03.2010

Yeah, i got errors in my filterscripts / gamemode.

EDIT: I'm getting one error, fatal error 100: cannot read from file: "../include/gl_common.inc"
never had it before.


Re: HELP with Samp-server - xLowrider - 10.03.2010

Anyone?


Re: HELP with Samp-server - xLowrider - 10.03.2010

please help me


Re: HELP with Samp-server - Namaco - 10.03.2010

is that from pwn or when starting sa-mp server?


Re: HELP with Samp-server - CJ101 - 10.03.2010

I hear about this error alot.

Here's your solution:

open pawno (no gm loaded).
load a gm.
save it.

should work.


Re: HELP with Samp-server - aircombat - 10.03.2010

download the latest 0.3a samp includes


Re: HELP with Samp-server - [SF]RobMob - 10.03.2010

Quote:
Originally Posted by xLowrider
Yeah, i got errors in my filterscripts / gamemode.

EDIT: I'm getting one error, fatal error 100: cannot read from file: "../include/gl_common.inc"
never had it before.
if your using the gm thats comes with the server package when you download it and gl_common then is a filterscript in it by the looks of this that error is saying your missing a include gl_common.inc


Re: HELP with Samp-server - not - 10.03.2010

Download samp 0.3a server at www.sa-mp.com and loock in folder pawno/includes loock for gl_common.inc copy and paste it to your server pawno/includes Then compile your GM and use :
Код:
#include <gl_common>
not
Код:
#include ../includes/gl_common.inc