[Help]Object attaching tool
#2

pawn Код:
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 )
{
    SendClientMessage(playerid, 0xFFFFFFFF, "You finished editing an attached object");
    SetPlayerAttachedObject(playerid,index,modelid,boneid,fOffsetX,fOffsetY,fOffsetZ,fRotX,fRotY,fRotZ,fScaleX,fScaleY,fScaleZ);
    return 1;
}
You get all the information when the player clicks the 'save' button.
Reply


Messages In This Thread
[Help]Object attaching tool - by BloodMaster - 08.03.2012, 20:12
Re: [Help]Object attaching tool - by Kalcor - 08.03.2012, 20:14
Re: [Help]Object attaching tool - by BloodMaster - 08.03.2012, 20:18
Re: [Help]Object attaching tool - by Kalcor - 08.03.2012, 20:30

Forum Jump:


Users browsing this thread: 2 Guest(s)