Problem
#1

Код:
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?
Reply
#2

Do you have it the /pawno/include

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

Код:
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];
Reply
#4

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

yup, i fixed these problems.
Reply
#6

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.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)