A single SendClientMessage SPAMMING
#9

Код:
enum BodyOfSafe //the only body of the safe, doors and
{
	Float:SafeX,
	Float:SafeY,
	Float:SafeZ,
	Float:SafeRX,
	Float:SafeRY,
	Float:SafeRZ,
	worldid,
	interiorid,
};
new Float:safebody[][BodyOfSafe] =
{
    {382.546600, -56.539268, 1000.957580, 0.000000, 0.000000, 0.000000, 10, 1}, //BURGERSHOT
    {768.734619, -16.605970, 1000.065368, 0.000000, 0.000000, 0.000000, 6, 2}, //GYM

and then a LOOP
Код:
for(new i = 0; i < sizeof(safebody); i++)
	{
	if (IsPlayerInRangeOfPoint(playerid, 2.0, safebody[i][SafeX], safebody[i][SafeY], safebody[i][SafeZ]))
Reply


Messages In This Thread
A single SendClientMessage SPAMMING - by div - 22.06.2018, 14:02
Re: A single SendClientMessage SPAMMING - by Mike861 - 22.06.2018, 14:04
Re: A single SendClientMessage SPAMMING - by Exhibit - 22.06.2018, 14:06
Re: A single SendClientMessage SPAMMING - by XStormiest - 22.06.2018, 14:08
Re: A single SendClientMessage SPAMMING - by div - 22.06.2018, 14:09
Re: A single SendClientMessage SPAMMING - by Exhibit - 22.06.2018, 14:12
Re: A single SendClientMessage SPAMMING - by Mike861 - 22.06.2018, 14:12
Re: A single SendClientMessage SPAMMING - by div - 22.06.2018, 14:14
Re: A single SendClientMessage SPAMMING - by div - 22.06.2018, 14:18
Re: A single SendClientMessage SPAMMING - by Mike861 - 22.06.2018, 14:18

Forum Jump:


Users browsing this thread: 1 Guest(s)