08.08.2014, 08:27
Hello I have 21 warnings: Tag mismatch but everything works fine InGame
I think there's one missing parameter which is "accuracy" but when I set it to 0 or 1 or whatever, I get an error . That's why I ignored this parameter
So maybe I should ignore those warnings?
I am also getting this warning 3 times in this line which is kinda weird (line 2)
But again, everything works fine, I'm using these variables to save the player's last position and it works, so when he logs in he finds himself in the same place where he left the game
pawn Код:
INI_Float("posx", PlayerData[playerid][pPosx]);
Код:
fatal error 103: insufficient memory
I am also getting this warning 3 times in this line which is kinda weird (line 2)
pawn Код:
new float:p[3];
GetPlayerPos(playerid, p[0], p[1], p[2]);