Posts: 220
	Threads: 89
	Joined: May 2012
	
Reputation: 
0
	 
	
	
		Is the file located in "gamemodes\wcrp\utils.pwn"?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 34
	Threads: 8
	Joined: Jun 2017
	
Reputation: 
0
	 
	
	
		No, its path is "pawno/wcrp/utils.pwn"
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 3,004
	Threads: 12
	Joined: May 2011
	
	
 
	
	
		Ain't sure whether you can include .pwn files, but try flipping the slash `\`
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 34
	Threads: 8
	Joined: Jun 2017
	
Reputation: 
0
	 
	
	
		I did tried filipping the slash but nothing happened
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 3,004
	Threads: 12
	Joined: May 2011
	
	
 
 
	
	
	
		
	Posts: 578
	Threads: 40
	Joined: Dec 2016
	
	
 
	
	
		
Quote:
| 
					Originally Posted by Kaperstone  then rename .pwn to .inc | 
 good joke
@op
CTRL + H
#include "wcrp/
to
#include "../wcrp/
+, dont fucking steal others scripts if you can't even fix this simple thing.
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 3,004
	Threads: 12
	Joined: May 2011
	
	
 
	
	
		
Quote:
| 
					Originally Posted by Meller  good joke | 
 If you have any better ideas you can go ahead and try.
Your reply isn't serving a use if you don't explain yourself.
Quote:
| 
					Originally Posted by Alex_T  move the wcrp folder to your gamemode folder so its gamemode\wcrp\... | 
 When using pawn, the compiler will include the files from /include folder that is inside the compiler's folder.
It will be weird if it moving to /gamemode will work.
Quote:
| 
					Originally Posted by Meller  bullshit
 
 @everoyne
 stop fucking posting shit that u know wont help.
 | 
 Well, somebody is having a bad day.
OT: Are you sure it's not a filterscript ?
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 578
	Threads: 40
	Joined: Dec 2016
	
	
 
	
	
		
Quote:
| 
					Originally Posted by Kaperstone  If you have any better ideas you can go ahead and try.Your reply isn't serving a use if you don't explain yourself.
 
 
 
 When using pawn, the compiler will include the files from /include folder that is inside the compiler's folder.
 It will be weird if it moving to /gamemode will work.
 
 
 Well, somebody is having a bad day.
 
 
 
 OT: Are you sure it's not a filterscript ?
 | 
 I edited this script not too long ago, had this same "issue", solved it instantly bcus I'm not stupid and renaming .pwn to .inc for no reason.
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 3,004
	Threads: 12
	Joined: May 2011
	
	
 
	
	
		
Quote:
| 
					Originally Posted by Meller  I edited this script not too long ago, had this same "issue", solved it instantly bcus I'm not stupid and renaming .pwn to .inc for no reason. | 
 So you knew the answer and didn't reply.
P.S. file ext. sometimes do matter, fyi.