Weird Warning...HUH?
#1

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:
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
The warnings:
Code:
(112) : warning 213: tag mismatch
(113) : warning 213: tag mismatch
(114) : warning 213: tag mismatch
How can i remove these bitchy warnings ?
Reply


Messages In This Thread
Weird Warning...HUH? - by $Marco$ - 07.02.2014, 07:53
Re: Weird Warning...HUH? - by QuaTTrO - 07.02.2014, 07:54
Re: Weird Warning...HUH? - by $Marco$ - 07.02.2014, 07:58
Re: Weird Warning...HUH? - by QuaTTrO - 07.02.2014, 07:59
Re: Weird Warning...HUH? - by $Marco$ - 07.02.2014, 08:03
Re: Weird Warning...HUH? - by QuaTTrO - 07.02.2014, 08:04

Forum Jump:


Users browsing this thread: 1 Guest(s)