Jump to content
  • 0

Exista vro comanda /levelall sau /levelupall ?


Question

Posted

Am si eu o rugaminte . Cine are comanda de /levelall sau /levelupall sau nu stiu cum este ca sa dea level up la toti care sunt pe server la ora actuala ?

Multumesc .

As vrea una care nu numi dea erori sau altceva ;)

1 answer to this question

Recommended Posts

Posted

//---------------------------------------------------------------<[Giveallevel]>----------------------------------------------------------------------//

    if(strcmp(cmd, "/givelevelall", true) == 0)

    {

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

        {

          for(new i = 0; i < MAX_PLAYERS; i++)

      {

        if(IsPlayerConnected(i))

        {

          new playerlevel = PlayerInfo[pLevel];

                    PlayerInfo[pLevel] = playerlevel + 1;

                    format(string, sizeof(string), " Administrator %s gave up 1 level all players who are online",sendername);

                    SendClientMessage(i,COLOR_LIGHTGREEN,string);

        }

      }

          return 1;

    }

    else

    {

        SendClientMessage(playerid, COLOR_GRAD1, "  you are not authorized to use that command !");

    }

    }

16189165.gifrastamaunbydeejaylobo1.gifsmileysw0181.gif

xmsok6ay41.gif

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.