IsPlayerInRangeOfPoint & CreateDynamicPickup Error
#2

Replace
pawn Код:
enum hData
{
    hID,
    hOwned,
    hOwner  [ 21 ],
    hLocked,
    float:hOutsideX,
    float:hOutsideY,
    float:hOutsideZ,
    float:hInsideX,
    float:hInsideY,
    float:hInsideZ,
    hInterior,
    hVirtual,
    hPrice
}
With
pawn Код:
enum hData
{
    hID,
    hOwned,
    hOwner  [ 21 ],
    hLocked,
    Float:hOutsideX,
    Float:hOutsideY,
    Float:hOutsideZ,
    Float:hInsideX,
    Float:hInsideY,
    Float:hInsideZ,
    hInterior,
    hVirtual,
    hPrice
}
Reply


Messages In This Thread
IsPlayerInRangeOfPoint & CreateDynamicPickup Error - by Spookie98 - 21.07.2012, 12:38
Re: IsPlayerInRangeOfPoint & CreateDynamicPickup Error - by ViniBorn - 21.07.2012, 14:16

Forum Jump:


Users browsing this thread: 2 Guest(s)