Assigning an ID to a Car - Car spawn on login
#9

Okay well while i was developing my code i've got the most stupid error ever...

When i put this:
pawn Код:
PlayerInfo[playerid][pC1Locationx] = 0;
                            PlayerInfo[playerid][pC1Locationy] = 0;
                            PlayerInfo[playerid][pC1Locationz] = 0;
                            PlayerInfo[playerid][pC1Angle] = 0;
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..
pawn Код:
PlayerInfo[playerid][pC1Locationx] = -1589.2644;
                            PlayerInfo[playerid][pC1Locationy] = 106.9119;
                            PlayerInfo[playerid][pC1Locationz] = 3.5495;
                            PlayerInfo[playerid][pC1Angle] = 317.1649;
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)