[Ajuda] DOF2_SetInt(PlayersB(playerid), "pPosX", status[pInfo][X]); ???
#1

Boas pessoal, estou tendo um pequeno probleminha, veja abaixo.

Local do X,Y,Z.
Код:
enum pInfo
{
	pDev,
	pAdmin,
	pSkin,
	pInt,
	Float:X,
	Float:Y,
	Float:Z,
	pBancoConta,
	pBanco,
	pDinheiro
}
new status[MAX_PLAYERS][pInfo];
Aqui esta dando 3 Warnings...
Код:
        DOF2_SetInt(PlayersB(playerid), "pPosX", status[pInfo][X]);
        DOF2_SetInt(PlayersB(playerid), "pPosY", status[pInfo][Y]);
        DOF2_SetInt(PlayersB(playerid), "pPosZ", status[pInfo][Z]);
Код:
C:\...(76) : warning 213: tag mismatch
C:\...(77) : warning 213: tag mismatch
C:\...(78) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Warnings.
Se alguйm souber o problema por favor me informar, aguardando...
Reply


Messages In This Thread
DOF2_SetInt(PlayersB(playerid), "pPosX", status[pInfo][X]); ??? - by Exco - 30.05.2013, 19:14
Re: DOF2_SetInt(PlayersB(playerid), "pPosX", status[pInfo][X]); ??? - by Gii - 30.05.2013, 19:16
Re: DOF2_SetInt(PlayersB(playerid), "pPosX", status[pInfo][X]); ??? - by tonisantolia - 30.05.2013, 21:19

Forum Jump:


Users browsing this thread: 1 Guest(s)