I need some help
#3

Quote:
Originally Posted by blackwave
Посмотреть сообщение
Код:
new Float:Health, Float:Armour;
            GetPlayerHealth(playerid, Health);
            dini_FloatSet(file, "Health", floatround(Health);
            GetPlayerArmour(playerid, Armour);
            dini_FloatSet(file, "Armour", floatround(Armour);
It would of been nice if that worked but i get the following errors

Код:
ARS0~1.2\GAMEMO~1\ARS.pwn(665) : error 001: expected token: ",", but found ";"
ARS0~1.2\GAMEMO~1\ARS.pwn(667) : error 001: expected token: ",", but found ";"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Код:
new Float:Health, Float:Armour;
            GetPlayerHealth(playerid, Health);
            dini_FloatSet(file, "Health", floatround(Health); // line 665
            GetPlayerArmour(playerid, Armour);
            dini_FloatSet(file, "Armour", floatround(Armour);// line 667
Reply


Messages In This Thread
I need some help - by Buzzbomb - 26.11.2010, 23:36
Re: I need some help - by blackwave - 27.11.2010, 00:58
Re: I need some help - by Buzzbomb - 27.11.2010, 01:43
Re: I need some help - by [L3th4l] - 27.11.2010, 01:57
Re: I need some help - by Buzzbomb - 27.11.2010, 02:56

Forum Jump:


Users browsing this thread: 5 Guest(s)