Posts: 447
	Threads: 205
	Joined: Dec 2013
	
Reputation: 
0
	 
 
	
	
		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?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,690
	Threads: 18
	Joined: Jul 2012
	
Reputation: 
0
	 
 
	
	
		Make sure you have utils.inc (include) in your pawno/includes folder.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 447
	Threads: 205
	Joined: Dec 2013
	
Reputation: 
0
	 
 
	
	
		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?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 757
	Threads: 36
	Joined: Jun 2013
	
Reputation: 
0
	 
 
	
	
		Put utils in includes .
It can't locate that include
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 447
	Threads: 205
	Joined: Dec 2013
	
Reputation: 
0
	 
 
	
	
		Guys i tried what both of you suggested and it doesn't work, still :/
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 447
	Threads: 205
	Joined: Dec 2013
	
Reputation: 
0
	 
 
	
	
		Can anyone help me on TEAMVIEWER? Please!
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 183
	Threads: 16
	Joined: Mar 2012
	
	
 
	
	
		You must re-compile your script with the correct include.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 757
	Threads: 36
	Joined: Jun 2013
	
Reputation: 
0
	 
 
	
	
		#include <utils>
NOT
#include <utils.pwn>