SA-MP Forums Archive
Problem - 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: Problem (/showthread.php?tid=342177)



Problem - Dannu13 - 13.05.2012

Код:
D:\Tццlaud\OWN\gamemodes\own.pwn(16) : fatal error 100: cannot read from file: "utils"

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


1 Error.
I have utils in the PAWno-utlis, but why error ?

Код:
#include <utils>
Maybe this utils is so old or smth?


Re: Problem - dannyk0ed - 13.05.2012

Do you have it the /pawno/include

if you do, Click on pawno.cc and open your gm from there, it should work


Re: Problem - Dannu13 - 13.05.2012

Код:
D:\Tццlaud\OWN\pawno\include\streamer.inc(435) : warning 202: number of arguments does not match definition
D:\Tццlaud\OWN\pawno\include\streamer.inc(449) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:          10424 bytes
Code size:          1674712 bytes
Data size:         10355700 bytes
Stack/heap size:      16384 bytes; estimated max. usage=4466 cells (17864 bytes)
Total requirements:12057220 bytes

2 Warnings.
Error lost, but there comes 2 warnings.

Код:
435 : new PlayerPaintballKills[MAX_PLAYERS];
Код:
449: new ProposeOffer[MAX_PLAYERS];



Re: Problem - Ballu Miaa - 13.05.2012

Are you using these like?
pawn Код:
new PlayerPaintballKills[MAX_PLAYERS];
new ProposeOffer[MAX_PLAYERS];



Re: Problem - Dannu13 - 13.05.2012

yup, i fixed these problems.


Re: Problem - ReneG - 13.05.2012

Almost every string in the Godfather has a cell size of 256, that is what is causing that overflow message. Also the streamer plugin has been vastly updated since the time the GF was around. So you need to do some major updating.