Well I Need Some Help About This Problem !
#1

Can You Help Me With This

Код:
C:\Users\owner\Desktop\NGTDM.pwn(4253) : fatal error 100: cannot read from file: "includes/objects.pwn"

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

1 Error.
Screen shot:
Reply
#2

you don't have objects.pwn in includes folder. That is your script? I don't think so
Reply
#3

Make sure you have the Object.pwn in your includes folder, And remove the .pwn from the script if it's an include..(.inc) Or something else
Reply
#4

just check that object.pwn is in your pawno/includes folder
Reply
#5

Also it should be

#include "includes\objects.pwn"
Reply
#6

Remove: Didn't see above post.
Reply
#7

Include files are suppose to be .inc as far as I know. I think you're trying to load a filterscript, just copy + paste the code from there into your main GM. What you're doing won't work.
Reply
#8

Some people separate their files and they connect them all in the main file. (All those to gamemode).

In the gamemodes directory, there are:

Server_Main.pwn and Server_Main.amx
Server_Objects.pwn
Server_Admin.pwn
Server_Vehicles.pwn

And then in the Server_Main.pwn file:

pawn Код:
#include "Server_Objects.pwn"
#include "Server_Admin.pwn"
#include "Server_Vehicles.pwn"
Is this what you want to do?
Reply
#9

pawn Код:
#include "../includes/objects.pwn"
Reply
#10

Ok Got It My Problem Is Solved.
Thanks For Who All Helping Me.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)