/cuff to zcmd
#5

Quote:
Originally Posted by Cxnnor
Посмотреть сообщение
pawn Код:
CMD:cuffed(playerid, params[])
{
    if(AccInfo[playerid][LoggedIn] == 1)
        {
            if(AccInfo[playerid][Level] >= 2)
            {
                SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CUFFED);
                SetPlayerAttachedObject(playerid, 0, 19418, 6, -0.011000, 0.028000, -0.022000, -15.600012, -33.699977, -81.700035, 0.891999, 1.000000, 1.168000);
            }
        }
    else SendClientMessage(playerid, COLOR_RED, "You cannot perform this command!");
    return 1;
}

CMD:uncuff(playerid, params[])
{
    if(AccInfo[playerid][LoggedIn] == 1)
        {
            if(AccInfo[playerid][Level] >= 2)
            {
                for(new i = 0; i < MAX_PLAYER_ATTACHED_OBJECTS; i++)
            }
        {
            if(IsPlayerAttachedObjectSlotUsed(playerid, i)) RemovePlayerAttachedObject(playerid, i);
            SetPlayerSpecialAction(playerid, SPECIAL_ACTION_NONE);
        }
    else SendClientMessage(playerid, COLOR_RED, "You cannot perform this command!");
    return 1;
}
OMG! Thanks for the reply. But for the last can you convert it to dcmd? +rep
Reply


Messages In This Thread
/cuff to zcmd - by kbalor - 10.08.2012, 18:01
Re: /cuff to zcmd - by ryansheilds - 10.08.2012, 18:24
Re: /cuff to zcmd - by kbalor - 10.08.2012, 18:33
Re: /cuff to zcmd - by Cxnnor - 10.08.2012, 19:22
Re: /cuff to zcmd - by kbalor - 10.08.2012, 19:37
Re: /cuff to zcmd - by Cxnnor - 10.08.2012, 20:06

Forum Jump:


Users browsing this thread: 1 Guest(s)