Help , warning 202 / Point
#6

Try like this, I'm not sure will it work because I'm not home to try it out:
Код:
         CreateVehicle(578, 2264.8755, -1252.7938, 23.1688, 0.0000, -1, -1, 100);

	if(strcmp("/Test", cmdtext, true, 10) == 0)
	{
                new Float:x,Float:y,Float:z;
                GetVehiclePos(playerid, x,y,z);
                if(IsPlayerInRangeOfPoint(playerid, 7.0, x,y,z))
		{
            SendClientMessage(playerid, COLOR_YELLOW,"Test");
		}
		return 1;
	}
Reply


Messages In This Thread
Help , warning 202 / Point - by morocco - 10.04.2013, 15:58
Re: Help , warning 202 / Point - by emokidx - 10.04.2013, 16:00
Re: Help , warning 202 / Point - by DetoNater - 10.04.2013, 16:12
Re : Re: Help , warning 202 / Point - by morocco - 10.04.2013, 16:15
Re: Help , warning 202 / Point - by DetoNater - 10.04.2013, 16:18
Re: Help , warning 202 / Point - by dominik523 - 10.04.2013, 16:19
Re : Re: Help , warning 202 / Point - by morocco - 10.04.2013, 16:19

Forum Jump:


Users browsing this thread: 1 Guest(s)