13.05.2012, 21:39
make sure your enum is defining these as floats like
and then they must use float values
pawn Код:
Float:pC1Locationx,
Float:pC1Locationy ,
Float:pC1Locationz,
Float:pC1Angle,
pawn Код:
PlayerInfo[playerid][pC1Locationx] = 0.0;
PlayerInfo[playerid][pC1Locationy] = 0.0;
PlayerInfo[playerid][pC1Locationz] = 0.0;
PlayerInfo[playerid][pC1Angle] = 0.0;