[Help]Object attaching tool
#3

Quote:
Originally Posted by Kalcor
Посмотреть сообщение
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.
Missed it. Thanks

And one fast question, I see some servers online with version 0.3e B2... What is that, is that linux version or what?
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: 1 Guest(s)