OnPlayerEditAttachedObject
#1

Hi, simple question.

This will display the coordinates of the object right?

Код:
public OnPlayerEditAttachedObject(playerid, response, index, modelid, boneid, Float:fOffsetX, Float:fOffsetY, Float:fOffsetZ, Float:fRotX, Float:fRotY, Float:fRotZ, Float:fScaleX, Float:fScaleY, Float:fScaleZ)
{
	new string[128];
	format(string, sizeof(string), "x:%f, y:%f, z:%f, rx:%f, ry:%f, rz:%f",fOffsetX,fOffsetY,fOffsetZ,fRotX,fRotY,fRotZ);
	SendClientMessage(playerid, COLOR_GREY, string);
	return 1;
}
Reply


Messages In This Thread
OnPlayerEditAttachedObject - by milanosie - 17.05.2012, 19:08
Re: OnPlayerEditAttachedObject - by ViniBorn - 17.05.2012, 19:20
Re: OnPlayerEditAttachedObject - by milanosie - 17.05.2012, 19:25
Re: OnPlayerEditAttachedObject - by ViniBorn - 17.05.2012, 19:28
Re: OnPlayerEditAttachedObject - by milanosie - 17.05.2012, 19:30

Forum Jump:


Users browsing this thread: 2 Guest(s)