MrGerst

Гроб на скин администратора

7 posts in this topic

Здравствуйте! Взял команду со своего мода. 

Как выглядит:

 

Спойлер

изображение_2023-09-02_200036402.png

 

Код:

CMD:loaa3(playerid)
{
    if(PI[playerid][pFullDostup] < 2return false;
    if(!ADuty{playerid}) return SendClientMessage(playerid, COLOR_GREY, NO_DUTY_TEXT);
    //[Skin: 163, Model: 19352]
    SetPlayerAttachedObject(playerid, 01935220.08290.01300.0000, -100.6999120.0999, -85.40000.94901.14391.126900);

    //[Skin: 163, Model: 19030]
    SetPlayerAttachedObject(playerid, 11903020.06800.03490.0000107.0000, -83.4001, -163.09960.84701.07091.293900);

    //[Skin: 163, Model: 11731]
    SetPlayerAttachedObject(playerid, 21173110.00990.04190.0610, -3.9000153.6000, -84.20000.11400.26290.1879016777215);

    //[Skin: 163, Model: 19347]
    SetPlayerAttachedObject(playerid, 3193471, -0.05490.2680, -0.100083.7999, -12.10000.00001.88991.80390.476000);

    //[Skin: 163, Model: 19339]
    SetPlayerAttachedObject(playerid, 41933910.5440, -0.0390, -0.5799, -0.9999102.1999, -88.49990.93190.80890.811900);
    return 1;
}

Будут вопросы пишите!

Edited by Cawfee

Share this post


Link to post
Share on other sites

а можно команду как убрать гроб для адм

Share this post


Link to post
Share on other sites

@Vlad1S3234 @hokageud 

CMD:loaa3(playerid)
{
    /* проверка на адм */
    if(GetPVarInt(playerid,"loaa3") == 0)
    {
        SetPlayerAttachedObject(playerid, 01935220.08290.01300.0000, -100.6999120.0999, -85.40000.94901.14391.126900);
        SetPlayerAttachedObject(playerid, 11903020.06800.03490.0000107.0000, -83.4001, -163.09960.84701.07091.293900);
        SetPlayerAttachedObject(playerid, 21173110.00990.04190.0610, -3.9000153.6000, -84.20000.11400.26290.1879016777215);
        SetPlayerAttachedObject(playerid, 3193471, -0.05490.2680, -0.100083.7999, -12.10000.00001.88991.80390.476000);
        SetPlayerAttachedObject(playerid, 41933910.5440, -0.0390, -0.5799, -0.9999102.1999, -88.49990.93190.80890.811900);
        SetPVarInt(playerid,"loaa3"1);
    }
    else
    {
        for(new i = 0; i < 5; i++)
        {
            RemovePlayerAttachedObject(playerid,i);
        }
        SetPVarInt(playerid,"loaa3"0);
    }
    return 1;
}

В OnPlayerConnect и OnPlayerSpawn:

SetPVarInt(playerid,"loaa3"0);

 

Edited by trevison

Share this post


Link to post
Share on other sites
1 час назад, trevison сказал:

В OnPlayerConnect

За тем лишь исключением, что переменные игрока уничтожаются при отключении игрока от сервера, поэтому в OnPlayerConnect сброс переменной не имеет никакого смысла.

Share this post


Link to post
Share on other sites

@trevison блин, я хотел чтобы MrGrest сделал!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

  • Similar Content