Check Position bugged
#9

format(string, sizeof(string), "Xtp[%.4f], Ytp[%.4f], Ztp[%.4f]", Xtp[playerid], Ytp[playerid], Ztp[playerid] );
Is just where it print, the error will still happen, you need to get a way to change:
Xtp[playerid] = x;
Ytp[playerid] = y;
Ztp[playerid] = z;
To get only the 4 numbers after dot

Because else if it will still bugging on
if(!IsPlayerInRangeOfPoint(playerid, 60.0, Xtp[playerid], Ytp[playerid], Ztp[playerid])) {
Reply


Messages In This Thread
Check Position bugged - by binnyl - 24.06.2018, 09:08
Re: Check Position bugged - by binnyl - 24.06.2018, 19:43
Re: Check Position bugged - by Sew_Sumi - 24.06.2018, 22:46
Re: Check Position bugged - by binnyl - 25.06.2018, 01:14
Re: Check Position bugged - by Sew_Sumi - 25.06.2018, 01:18
Re: Check Position bugged - by binnyl - 25.06.2018, 04:09
Re: Check Position bugged - by Exhibit - 25.06.2018, 05:03
Re: Check Position bugged - by Sew_Sumi - 25.06.2018, 09:04
Re: Check Position bugged - by maikons - 25.06.2018, 14:29
Re: Check Position bugged - by Sew_Sumi - 25.06.2018, 14:32

Forum Jump:


Users browsing this thread: 1 Guest(s)