23.01.2013, 04:49
It doesn't change my player skin either and I have a SetPlayerSkin(); there, it seems like the variables are not being read.
The global variables are set up so I don't understand why <.<
Yes the coords are changing in the database.
pawn Код:
enum PlayerVariable
{
pLevel,
InteriorID,
SkinID,
Float:pPosX,
Float:pPosY,
Float:pPosZ,
}
new PlayerVar[MAX_PLAYERS][PlayerVariable];
Yes the coords are changing in the database.