17.05.2012, 19:08
Hi, simple question.
This will display the coordinates of the object right?
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; }