Jump to content

Question

Posted

Nick: madalindx1

Problema: Comanda /jetpack merge folosita doar cand un admin este logat cu rcon. Cum o fac sa o poata folosii adminii fara rcon ?

Erori / warnings: -

Lini/script:-

Ai incercat sa rezolvi singur ?: Da , dar nu reusesc.

2 answers to this question

Recommended Posts

Posted

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

    {

        if(IsPlayerConnected(playerid))

        {

            SendClientMessage(playerid, COLOR_LIGHTRED, "You are now using Jetpack!");

            SetPlayerSpecialAction(playerid,2);

              return 1;

        }

    }[/pawn]

Nu cred ca este din comanda , dar nu stiu.

Guest
This topic is now closed to further replies.
×
×
  • 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.