13.05.2012, 20:50
Okay well while i was developing my code i've got the most stupid error ever...
When i put this:
and i compile, i do not get any error.
But when i change the values:
i get 4 errors : warning 203 Tag mismatch....
What the hell..
When i put this:
pawn Код:
PlayerInfo[playerid][pC1Locationx] = 0;
PlayerInfo[playerid][pC1Locationy] = 0;
PlayerInfo[playerid][pC1Locationz] = 0;
PlayerInfo[playerid][pC1Angle] = 0;
But when i change the values:
i get 4 errors : warning 203 Tag mismatch....
What the hell..
pawn Код:
PlayerInfo[playerid][pC1Locationx] = -1589.2644;
PlayerInfo[playerid][pC1Locationy] = 106.9119;
PlayerInfo[playerid][pC1Locationz] = 3.5495;
PlayerInfo[playerid][pC1Angle] = 317.1649;