21.04.2009, 17:47
I`ve got following declaration:
Continue with this function:
Y and Yy show me the real Y coordinates, but if i put
on first line of the Timer "checkregion", it tells me,that oldy (= Yy) is 0.0000
Hoping on your answer
,
Trooper
Код:
forward checkregion(killerid,oldx,oldy,distance);
Код:
new Float:X,Float:Y,Float:Z; GetPlayerPos(playerid,X,Y,Z); printf("%f",Y); Yy = Y - 500; printf("%f",Yy); SetTimerEx("checkregion",10000,0,"%f",playerid,X-500,Yy,500);
Код:
printf("%f",oldy);
Hoping on your answer

Trooper