Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help (
/showthread.php?tid=427803)
Help -
HaLoGeK - 03.04.2013
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.
Re: Help -
doreto - 03.04.2013
Next time use search function (click)
Re: Help -
HaLoGeK - 03.04.2013
Now when i put properties.inc in the include folder when i compile it says not responding
Re: Help -
HaLoGeK - 03.04.2013
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
Re: Help -
Hitman-97- - 03.04.2013
Open the script from the pawno that is in your script folder.
Re: Help -
Xoomer - 03.04.2013
waterinclude.dll is this plugin or include file ?
show the code where you used waterinclude
Re: Help -
Yves - 03.04.2013
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
Re: Help -
HaLoGeK - 03.04.2013
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[][] =
Re: Help -
SilverKiller - 03.04.2013
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.