10.06.2012, 22:56
I didn't basically read it all, but the variables of the position coordinates and the facing angle should be saved as a float, so for pinfo enum., change your current one to this:
pawn Код:
enum pinfo
{
pPassword,
pAdmin,
pMoney,
pLevel,
pSkin,
pFaction,
pFamily,
pVehicle,
pHouse,
float: pX,
float: pY,
float: pZ,
float: pAngle,
pInterior,
pVirtualWorld,
pHealth,
pArmour,
}