dini going crazy?
#1

hmm i was trying to make a saving system .. and i dont want to use dudb ... i want to use dini ..
now the code is
pawn Код:
stock Stats(playerid)
{
    new thefile[256];
    new Float:thealth;  GetPlayerHealth(playerid, Float:thealth);
    format(thefile,sizeof(thefile),"/players/%s.sav",pName(playerid));
    dini_Set(thefile,"Health",floatround(thealth));//line 58
}
Everything is ok .. but i get these error

pawn Код:
.pwn(58) : error 035: argument type mismatch (argument 3)
Why is that ? I could not fix it ... anyone could help me ?
Reply


Messages In This Thread
dini going crazy? - by Rocky Balboa - 10.10.2010, 17:15
Re: dini going crazy? - by jameskmonger - 10.10.2010, 17:17
Re: dini going crazy? - by Mike Garber - 10.10.2010, 17:18
Re: dini going crazy? - by Rocky Balboa - 10.10.2010, 17:21
Re: dini going crazy? - by Mike Garber - 10.10.2010, 17:27
Re: dini going crazy? - by Rocky Balboa - 10.10.2010, 17:36

Forum Jump:


Users browsing this thread: 3 Guest(s)