07.02.2014, 07:53
Sup` guys.
I'm currently working on a script which need to save your position upon disconnect, sadly it gives me these weird warnings.
The code:
The warnings:
How can i remove these bitchy warnings ?
I'm currently working on a script which need to save your position upon disconnect, sadly it gives me these weird warnings.
The code:
pawn Code:
new Float:Xlog, Float:Ylog, Float:Zlog;
GetPlayerPos(playerid, Xlog, Ylog, Zlog);
PlayerInfo[playerid][Xpos] = Xlog; // Line 112
PlayerInfo[playerid][Ypos] = Ylog; // Line 113
PlayerInfo[playerid][Zpos] = Zlog; // Line 114
Code:
(112) : warning 213: tag mismatch (113) : warning 213: tag mismatch (114) : warning 213: tag mismatch