Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Recommended Posts

Posted

Bun, am facut eu o comanda /daily sa iti dea un bonus random, imi poate adauga cineva un deelay de 24h ? si sa o corecteze daca am gresit ceva

 

 

cmd:daily(playerid, paramd[])

   if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first.");
   if(IsPlayerConnected(playerid))
     {
        if(DailyActiv > 0)
        {
           if(PlayerInfo[playerid][pPremiumAccount] ==1)
           {
              new randmoney = 1000000 + random(500000);
              GivePlayerCash(playerid, randmoney);
              new randpp = 7 + random(5);
              GivePlayerPP(playerid, randpp);
              new randrp = 5 + random(3);
              GivePlayerRP(playerid, randrp);
              Update(playerid, pLevelx);
              Update(playerid, pCashx);
              Update(playerid, pPremiumPointsx);
           )
           else return SendClientMessage(playerid, COLOR_GREEN, "Mai poti folosii comanda aceasta ziua urmatoare");
           return 1;
              
}

Posted
2 hours ago, Kidro SA-MP said:

Bun, am facut eu o comanda /daily sa iti dea un bonus random, imi poate adauga cineva un deelay de 24h ? si sa o corecteze daca am gresit ceva

 

 

cmd:daily(playerid, paramd[])

   if(gPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_LIGHTRED, "You need to login first.");
   if(IsPlayerConnected(playerid))
     {
        if(DailyActiv > 0)
        {
           if(PlayerInfo[playerid][pPremiumAccount] ==1)
           {
              new randmoney = 1000000 + random(500000);
              GivePlayerCash(playerid, randmoney);
              new randpp = 7 + random(5);
              GivePlayerPP(playerid, randpp);
              new randrp = 5 + random(3);
              GivePlayerRP(playerid, randrp);
              Update(playerid, pLevelx);
              Update(playerid, pCashx);
              Update(playerid, pPremiumPointsx);
           )
           else return SendClientMessage(playerid, COLOR_GREEN, "Mai poti folosii comanda aceasta ziua urmatoare");
           return 1;
              
}

Uitate la edison si vei vedea acolo , a pus asa un dailylogin si sa da odata la 1 zi 

Posted

M am uitat, am incercat mai de mult si mi a dat erori, tin sa mentionez ca lucrez pe gm big zone nu burned.

Acum 25 minute, LZRiulian a spus:

Uitate la edison si vei vedea acolo , a pus asa un dailylogin si sa da odata la 1 zi 

 

Posted
Just now, Kidro SA-MP said:

M am uitat, am incercat mai de mult si mi a dat erori, tin sa mentionez ca lucrez pe gm big zone nu burned.

 

Pai da si tututorialul lui este tot pe gm bigzone

 

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.