How can
#3

Quote:
Originally Posted by Bolex_
Посмотреть сообщение
As example

Код:
if(!IsPlayerInRangeOfPoint( playerid, 3.0, b_House[id][EnterX], b_House[id][EnterY], b_House[id][EnterZ])) return SendClientMessage(playerid, -1,"You aren't near house");
Bro I already did this, but with loop like this:
for(new id = 0; id <= MAX_HOUSES; id++)
{
if(!IsPlayerInRangeOfPoint( playerid, 3.0, b_House[id][EnterX], b_House[id][EnterY], b_House[id][EnterZ])) return SendClientMessage(playerid, -1,"You aren't near house");
}
Reply


Messages In This Thread
How can - by Kraeror - 29.05.2017, 18:48
Re: How can - by Bolex_ - 29.05.2017, 19:04
Re: How can - by Kraeror - 29.05.2017, 19:07
Re: How can - by Bolex_ - 29.05.2017, 19:17
Re: How can - by Kraeror - 29.05.2017, 19:20
Re: How can - by NaS - 29.05.2017, 21:02
Re: How can - by Bolex_ - 29.05.2017, 21:02
Re: How can - by saffierr - 30.05.2017, 00:54
Re: How can - by StrikerZ - 30.05.2017, 06:02
Re: How can - by Kraeror - 30.05.2017, 20:09

Forum Jump:


Users browsing this thread: 4 Guest(s)