SA-MP Forums Archive
My server - 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: My server (/showthread.php?tid=510980)



My server - Jigsaw123 - 03.05.2014

I have a server and it has a folder called 'wcrp' and.. when i COMPILE the gm it says it cant find the file wcrp/utils, and it is there.. Help? Anyone can help me?


Re: My server - Bingo - 03.05.2014

Make sure you have utils.inc (include) in your pawno/includes folder.


Re: My server - Jigsaw123 - 03.05.2014

It is still giving me the same Error:
C:\Users\Owner\Desktop\WC-RP\gamemodes\FGRP.pwn(249) : fatal error 100: cannot read from file: "wcrp\utils.pwn"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.


Can someone help me out on TeamViewer?


Re: My server - iAnonymous - 03.05.2014

Put utils in includes .
It can't locate that include


Re: My server - Jigsaw123 - 03.05.2014

Guys i tried what both of you suggested and it doesn't work, still :/


Re: My server - Jigsaw123 - 03.05.2014

Can anyone help me on TEAMVIEWER? Please!


Re: My server - saloun - 03.05.2014

Quote:
Originally Posted by Jigsaw123
Посмотреть сообщение
It is still giving me the same Error:
C:\Users\Owner\Desktop\WC-RP\gamemodes\FGRP.pwn(249) : fatal error 100: cannot read from file: "wcrp\utils.pwn"
If its an inculde , it should be .inc not .pwn , find the utils.inc file


Re: My server - PinEvil - 03.05.2014

You must re-compile your script with the correct include.


Re: My server - KevinPRINCE - 03.05.2014

#include <./utils/utils>


Re: My server - iAnonymous - 03.05.2014

#include <utils>
NOT
#include <utils.pwn>