01.08.2012, 09:19
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X,Y,Z);
PlayerInfo[playerid][xPos] = X;
PlayerInfo[playerid][yPos] = Y;
PlayerInfo[playerid][zPos] = Z;
This is my code. It is saying that these lines are tag mismatch:
PlayerInfo[playerid][xPos] = X;
PlayerInfo[playerid][yPos] = Y;
PlayerInfo[playerid][zPos] = Z;
But why?
Thanks for your help peeps =]
GetPlayerPos(playerid, X,Y,Z);
PlayerInfo[playerid][xPos] = X;
PlayerInfo[playerid][yPos] = Y;
PlayerInfo[playerid][zPos] = Z;
This is my code. It is saying that these lines are tag mismatch:
PlayerInfo[playerid][xPos] = X;
PlayerInfo[playerid][yPos] = Y;
PlayerInfo[playerid][zPos] = Z;
But why?
Thanks for your help peeps =]