Spawn in Blueberry
#6

Quote:
Originally Posted by Juvanii
Посмотреть сообщение
I didn't read the whole script but i see there is a mistake in your enum, PosX,PosY,PosZ should be floats because there will a "dot" in the position coordinates like (234.45, 223.2521, 171.5689). So it should be like:

pawn Код:
enum pInfo {
    ID,
    Name[MAX_PLAYER_NAME],
    Password[129],
    Level,
    Admin,
    AdminTitle[64],
    Float:Health,
    Float:Armour,
    bool:IsLoggedIn,
    bool:IsRegistered,
    LoginAttempts,
    Float:PosX,
    Float:PosY,
    Float:PosZ,
}
Ok, as mentioned someone said my OnPlayerSpawn doesn't reference them or select it from the MySQL Database to spawn them, any help on that?
Reply


Messages In This Thread
Spawn in Blueberry - by JordanDoughty - 21.06.2014, 19:40
Re: Spawn in Blueberry - by GeekSiMo - 21.06.2014, 20:33
Re: Spawn in Blueberry - by JM_Millers - 21.06.2014, 20:44
Re: Spawn in Blueberry - by JordanDoughty - 21.06.2014, 21:04
Re: Spawn in Blueberry - by Juvanii - 21.06.2014, 21:20
Re: Spawn in Blueberry - by JordanDoughty - 21.06.2014, 21:33
Re: Spawn in Blueberry - by Cypress - 21.06.2014, 21:51
Re: Spawn in Blueberry - by JordanDoughty - 21.06.2014, 22:17

Forum Jump:


Users browsing this thread: 1 Guest(s)