22.11.2011, 14:42
How i can Resize Objects Like THis
Parameters: (playerid, index, modelid, bone, Float:fOffsetX, Float:fOffsetY, Float:fOffsetZ, Float:fRotX, Float:fRotY, Float:fRotZ, Float:fScaleX, Float:fScaleY, Float:fScaleZ) playerid The ID of the player you want to attach the object to. index The index of the object. modelid The model to attach. bone The bone you want to attach the object to. fOffsetX (optional) X axis offset for the object position. fOffsetY (optional) Y axis offset for the object position. fOffsetZ (optional) Z axis offset for the object position. fRotX (optional) X axis rotation of the object. fRotY (optional) Y axis rotation of the object. fRotZ (optional) Z axis rotation of the object. fScaleX (optional) X axis scale of the object. fScaley (optional) Y axis scale of the object. fScalez (optional) Z axis scale of the object. |