Error messages unsure of why
#4

Jeez

pawn Код:
INI_WriteInt("ipaddress", ipaddress);
INI_WriteString!

Код:
C:\Users\mattt\Desktop\New\gamemodes\newserver.pwn (281) : error 017: undefined symbol "INI_Save"
INI_Save is not defined.

pawn Код:
INI_WriteInt("age", inputtext);
inputtext = string
age = integer

it should be

pawn Код:
INI_WriteInt("age", strval( inputtext ));
compiled fine for me.

maybe somethings wrong in your script, maybe missing SII include, or PM me the whole gamemode, lemme fix it.
Reply


Messages In This Thread
Error messages unsure of why - by slymatt - 16.07.2011, 10:31
Re: Error messages unsure of why - by Basicz - 16.07.2011, 10:34
Re: Error messages unsure of why - by slymatt - 16.07.2011, 10:37
Re: Error messages unsure of why - by Basicz - 16.07.2011, 10:41
Re: Error messages unsure of why - by slymatt - 16.07.2011, 10:53

Forum Jump:


Users browsing this thread: 1 Guest(s)