Location Problem
#6

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,
}
Reply


Messages In This Thread
Location Problem - by Livar - 10.06.2012, 19:57
Re : Location Problem - by ricardo178 - 10.06.2012, 19:59
Re: Re : Location Problem - by Livar - 10.06.2012, 20:01
Re : Re: Re : Location Problem - by ricardo178 - 10.06.2012, 20:11
Re: Location Problem - by Livar - 10.06.2012, 20:37
Re: Location Problem - by Randy More - 10.06.2012, 22:56

Forum Jump:


Users browsing this thread: 1 Guest(s)