03.10.2009, 02:59
top of code
part 1
part 2
It always give me tag mismatch error.
I know the problem is with the float so what can i do?
Код:
new oldx[MAX_PLAYERS]; new oldy[MAX_PLAYERS];
Код:
GetPlayerPos(playerid,x,y,z); oldx[playerid] = x; oldy[playerid] = y;
Код:
GetPlayerPos(playerid,x,y,z); if(oldx[playerid]<x) && (oldx[playerid]-x >= -3)
I know the problem is with the float so what can i do?