Weird Warning...HUH?
#4

Here is the problem you forget Float: tag in enum:
pawn Code:
enum pInfo
{
    Pass,
    Money,
    Admin,
    Deaths,
    Skin,
    Float:Xpos,
    Float:Ypos,
    Float:Zpos,
}
new PlayerInfo[MAX_PLAYERS][pInfo];
EDIT:
Also fix this:
pawn Code:
INI_Float("Xpos",PlayerInfo[playerid][Xpos]);
INI_Float("Ypos",PlayerInfo[playerid][Ypos]);
INI_Float("ZXpos",PlayerInfo[playerid][Zpos]);
Reply


Messages In This Thread
Weird Warning...HUH? - by $Marco$ - 07.02.2014, 07:53
Re: Weird Warning...HUH? - by QuaTTrO - 07.02.2014, 07:54
Re: Weird Warning...HUH? - by $Marco$ - 07.02.2014, 07:58
Re: Weird Warning...HUH? - by QuaTTrO - 07.02.2014, 07:59
Re: Weird Warning...HUH? - by $Marco$ - 07.02.2014, 08:03
Re: Weird Warning...HUH? - by QuaTTrO - 07.02.2014, 08:04

Forum Jump:


Users browsing this thread: 1 Guest(s)