28.01.2015, 19:09
These codes got Tag Mismatch error while compiling.
Also I already defined pCPX , pCPY , pCPZ in PlayerInfo[MAX_PLAYERS][pInfo].
*** X , Y , Z already defined too with Float in NEW and :
GetPlayerPos(playerid, X, Y, Z);
What's problem?
(ЧRep for helper)
Код:
PlayerInfo[playerid][pCPX] = X; PlayerInfo[playerid][pCPY] = Y; PlayerInfo[playerid][pCPZ] = Z;
*** X , Y , Z already defined too with Float in NEW and :
GetPlayerPos(playerid, X, Y, Z);
What's problem?
(ЧRep for helper)