SA-MP Forums Archive
Host problems - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Host problems (/showthread.php?tid=278679)



Host problems - RoleplayEditor - 23.08.2011

Well hello ,
Recently i was using the samp4free.net host ( I'll be buying a new host soon ) and i tried to load my GM but it shows " Unknown "
I've configured and put all the server files , plugins , also i've editied the server.cfg according to the information needed.

the server didn't work , and it showed error like this :

Quote:

Script[gamemodes/creedfinal.amx]: Run time error 19: "File or function is not found"

It will great if u can help me.

Regards ,
RolePlayEditor


Re: Host problems - =WoR=G4M3Ov3r - 23.08.2011

Did you add the necessary Plugins ?


Re: Host problems - Darnell - 23.08.2011

Plugins is the main problem here.


Re: Host problems - Vipero - 23.08.2011

Either the plugins or includes that are needed are not there.


Re: Host problems - RoleplayEditor - 23.08.2011

well , i Added streamer , whirlpool , sscanf , almost all..
WAIT! how do i add the includes ? like in which folder i should add it ?
as in usually plugins are stored in the PAWNO / INCLUDES but in my host , there's no pawno ?


Re: Host problems - Vipero - 23.08.2011

Quote:
Originally Posted by RoleplayEditor
Посмотреть сообщение
well , i Added streamer , whirlpool , sscanf , almost all..
WAIT! how do i add the includes ? like in which folder i should add it ?
as in usually plugins are stored in the PAWNO / INCLUDES but in my host , there's no pawno ?
No. Plugins go in the "plugins" folder, includes go in "pawno > includes", you need to first compile your script with the necessary includes inside the "pawno > includes" folder.

(Add reputation if this helped.)


Re: Host problems - RoleplayEditor - 23.08.2011

OH SORRY , i meant INCLUDES!
I mean that in my script there's only a folder named " Includes "
and there's only 2 default includes stored..
and in my home server folder , the includes are stored in PAWNO / INCLUDES
but in my host , ( i use SmartFTP to connect ) , i found no PAWNO but a single folder named " Includes "
SO do i put the PAWNO folder inside too ?


Re: Host problems - RoleplayEditor - 23.08.2011

Someone reply and tell me ?
I need to fix my host right now guys!


Re: Host problems - =WoR=G4M3Ov3r - 23.08.2011

Quote:
Originally Posted by RoleplayEditor
Посмотреть сообщение
OH SORRY , i meant INCLUDES!
I mean that in my script there's only a folder named " Includes "
and there's only 2 default includes stored..
and in my home server folder , the includes are stored in PAWNO / INCLUDES
but in my host , ( i use SmartFTP to connect ) , i found no PAWNO but a single folder named " Includes "
SO do i put the PAWNO folder inside too ?
No, No need for that, just make sure you include them in your script

Example, Under.

pawn Код:
#include <a_samp>
Put this

pawn Код:
#include <streamer>



Re: Host problems - RoleplayEditor - 23.08.2011

Yes they are -__-
I'm not noob in scripting.