dini going crazy?
#5

You know It's not always that exact line the error Is showing that is wrong..
If you defined the variable wrong above but in the right format It will show an error where you use It.

Try this;

pawn Код:
stock Stats(playerid)
{
    new thefile[256];
    new Float:thealth;
    GetPlayerHealth(playerid, thealth);
    format(thefile,sizeof(thefile),"/players/%s.sav",pName(playerid));
    dini_Set(thefile,"Health",thealth);//line 58
}
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: 1 Guest(s)