#1

Hi, can someone give me a properties.inc file for pawno because i have this error
Код:
D:\IMAGINI JOCURI\scripts\RMS.pwn(25) : fatal error 100: cannot read from file: "properties"

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


1 Error.
Reply
#2

Next time use search function (click)
Reply
#3

Now when i put properties.inc in the include folder when i compile it says not responding
Reply
#4

Can someone help me ? when i compile a gamemode it gives me a error:

Код:
C:\Users\home\Desktop\sfr halo\SFR.pwn(355) : fatal error 100: cannot read from file: "waterinclude.dll"

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


1 Error.
And when i put waterinclude.dll in the pawno include folder the pawno crashes
Reply
#5

Open the script from the pawno that is in your script folder.
Reply
#6

waterinclude.dll is this plugin or include file ?

show the code where you used waterinclude
Reply
#7

Quote:
Originally Posted by Xoomer
Посмотреть сообщение
waterinclude.dll is this plugin or include file ?

show the code where you used waterinclude
its a plugin you dont need to include waterinclude.dll to your script
Reply
#8

This is the code

Код:
//Bus
new IsInBus[MAX_PLAYERS];
new Timer1[MAX_PLAYERS];
new Timer2[MAX_PLAYERS];
new Timer3[MAX_PLAYERS];



//Surf
#define ScoreWin 25
#define CashWin 1500
#include <waterinclude.dll>   <============== here

//Random Messages
#define COLOR_GREEN 0x33AA33AA
#define Color 0x33AA33AA
new TipRandMessages[][] =
Reply
#9

Bro, waterinclude.dll is a plugin, it should be in plugins folder.

and if there is a waterinclude.inc in pawno / include, change the line to #include waterinclude.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)