Jump to content

Recommended Posts

  • 2 months later...
Posted

CMD:bonus(playerid, params[])
{
    if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first.");
    if(IsPlayerConnected(playerid))
if(PlayerToPoint(3.0, playerid, 1088.0237,-1802.3396,13.6024))

     {
         if(BonusActiv > 0)
         {
            
                SendClientMessage(playerid,COLOR_LIGHTGREEN,"O zi buna in continuare alaturi de {7E82CA}Five{EC7365}Game !");
    
            else return SendClientMessage(playerid, COLOR_LIGHTRED, "Nu poti folosi aceasta comanda daca ai level 3+ !");
        }
        else return SendClientMessage(playerid, COLOR_LIGHTRED, "Comanda /bonus nu este activata /report! !");

    }
    else return SendClientMessage(playerid, COLOR_LIGHTRED, "Nu poti folosi aceasta comanda daca nu esti langa cp la spawn civil !");

    return 1;
}
CMD:activatebonus(playerid, params[])
{
    if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first.");
    if(IsPlayerConnected(playerid))
     {
         if (PlayerInfo[playerid][pAdmin] >= 1)
        {
            if(BonusActiv == 0)
             {
                 BonusActiv = 1;
                 SendClientMessage(playerid, COLOR_LIGHTBLUE, "Ai activat comanda /bonus!");
            }
            else
            {
                BonusActiv = 0;
                SendClientMessage(playerid, COLOR_LIGHTBLUE, "Ai dezactivat comanda /bonus!");
            }
        }
        else
        {
            SendClientMessage(playerid, COLOR_ERROR, AdminOnly);
        }
    }
    return 1;
}

sper ca de aici in colo sa va descurcati, stiu ca sunteti incepatori dar si eu am invatat de la alti si ii mai arat si la alti care invata limbajul pawno +1 daca va-m fost de folos!

  • Upvote 2

FiveGame  Lands

Pawno Developer, Mapping , Scripter

Since 2016

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
×
×
  • 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.