Need /drag command.
#4

Look here: SetPlayerPos and SetPlayerFacingAngle
Your command would be like this:
Код:
YCMD:drag(playerid, params[], help)
{
	SetPlayerPos(playerid, X, Y, Z);
	SetPlayerFacingAngle(playerid, angle);
	return 1;
}
It's easy.
Reply


Messages In This Thread
Need /drag command. - by UnKnownEgyptain - 13.03.2015, 22:42
Re: Need /drag command. - by awoo - 13.03.2015, 23:10
Re: Need /drag command. - by UnKnownEgyptain - 13.03.2015, 23:13
Re: Need /drag command. - by awoo - 13.03.2015, 23:17
Re: Need /drag command. - by UnKnownEgyptain - 13.03.2015, 23:25

Forum Jump:


Users browsing this thread: 1 Guest(s)