Problem saving coords
#1

I have
pawn Код:
new posxxx[MAX_PLAYERS];
new posyyy[MAX_PLAYERS];
new poszzz[MAX_PLAYERS];
pawn Код:
new Float:ax,Float:ay,Float:az; //line 1
GetPlayerPos(playerid,ax,ay,az); //line 2
posxxx[playerid] = ax; //line 3
posyyy[playerid] = ay; //line 4
poszzz[playerid] = az; //line 5
And i get the errors
Код:
warning 213: tag mismatch // line 3
warning 213: tag mismatch //line 4
warning 213: tag mismatch //line 5
Help Please
Reply


Messages In This Thread
Problem saving coords - by Dj_maryo1993 - 19.08.2009, 12:04
Re: Problem saving coords - by bogeymanEST - 19.08.2009, 12:06
Re: Problem saving coords - by Dj_maryo1993 - 19.08.2009, 17:07

Forum Jump:


Users browsing this thread: 1 Guest(s)