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?