Jump to content

Question

Posted

Am o problema la jetpack cand dai ./jetpack nu primesc nimik

[pawn] if(strcmp(cmd, "/jetpack", true) == 0)

    {

        if(PlayerInfo[playerid][pAdmin] >= 3)

{

            SetPlayerSpecialAction(playerid, SPECIAL_ACTION_USEJETPACK);

            GetPlayerName(playerid, sendername, sizeof(sendername));

        format(string, 256, "[AdmWarning]: %s a folosit comada /jetpack", sendername);

        ABroadCast(COLOR_LIGHTRED,string,1);

            return 1;

        }

    }[/pawn]

3 answers to this question

Recommended Posts

Posted

Incearca asta

[pawn]if(strcmp(cmd, "/jetpack", true) == 0)

    {

        if(PlayerInfo[playerid][pAdmin] >= 3)

{

            ApplyAnimation(playerid,"PED","Jetpack_Idle",4.1,0,1,1,1,1);

            SetPlayerSpecialAction(playerid, 2);

            GetPlayerName(playerid, sendername, sizeof(sendername));

        format(string, 256, "[AdmWarning]: %s a folosit comada /jetpack", sendername);

        ABroadCast(COLOR_LIGHTRED,string,1);

            return 1;

        }

    }[/pawn]

qdbjz10.png

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.