Lock/Unlock Car from outside
#5

What i am doing wrong
Код:
command(vehtest, playerid, params[])
{
	new carid = GetClosestVehicle(playerid, 5.0);
	new Float:cx, Float:cy, Float:cz;
	GetVehiclePos(carid, cz, cy, cz);
	GetPlayerPos
	if(IsPlayerInRangeOfPoint(playerid, 5.0, cx,cy,cz))
	{
		SendClientMessage(playerid, WHITE, "YMessage.");
	}
	return 1;
}
Reply


Messages In This Thread
Lock/Unlock Car from outside - by Steve1312 - 03.08.2014, 22:27
Re: Lock/Unlock Car from outside - by IstuntmanI - 03.08.2014, 22:28
Re: Lock/Unlock Car from outside - by Steve1312 - 04.08.2014, 15:10
Re: Lock/Unlock Car from outside - by Stanford - 04.08.2014, 15:14
Re: Lock/Unlock Car from outside - by Steve1312 - 04.08.2014, 15:21
Re: Lock/Unlock Car from outside - by Stanford - 04.08.2014, 15:24
Re: Lock/Unlock Car from outside - by Steve1312 - 04.08.2014, 15:36
Re: Lock/Unlock Car from outside - by IstuntmanI - 04.08.2014, 15:41
Re: Lock/Unlock Car from outside - by Steve1312 - 04.08.2014, 15:43
Re: Lock/Unlock Car from outside - by Stanford - 04.08.2014, 17:02

Forum Jump:


Users browsing this thread: 3 Guest(s)