Jump to content

DanDanie

Member
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Wow
    DanDanie got a reaction from Syntetick in [REZOLVAT] CINE MA AJUTA CU SISTEM BONUS?   
    YCMD:bonus(playerid, params[], help) {     if(PlayerInfo[playerid][pLevel] != 1) return SCM(playerid, COLOR_RED, "Ai primit deja acest bonus!");         PlayerInfo[playerid][pLevel] = 2; Update(playerid, pLevelx);     GivePlayerCash(playerid, 500000); Update(playerid, pCashx);     PlayerInfo[playerid][pPremiumPoints] += 20; Update(playerid, pPremiumPointsx);     SCM(playerid, COLOR_YELLOW, "Felicitari, ai tastat comanda {FF0000}[/bonus] si ai primit");     SCM(playerid, COLOR_YELLOW, "500,000$, Levelup si 20 PremiumPoints !");     SCM(playerid, COLOR_YELLOW, "Staff-ul Power-Times iti ureaza distractie placuta!");       return 1; }


    ia vezi asta !? ????
  2. Haha
    DanDanie got a reaction from Syntetick in [REZOLVAT] CINE MA AJUTA CU SISTEM BONUS?   
    YCMD:bonus(playerid, params[], help) {
        if(PlayerInfo[playerid][pLevel] == 2) return SCM(playerid, COLOR_RED, "Ai primit deja acest bonus!");
        if(PlayerInfo[playerid][pLevel] == 1) {
            PlayerInfo[playerid][pLevel] = 2; Update(playerid, pLevelx);
            GivePlayerCash(playerid, 500000); Update(playerid, pCashx);
            PlayerInfo[playerid][pPremiumPoints] += 20; Update(playerid, pPremiumPointsx);
            SCM(playerid, COLOR_YELLOW, "Felicitari, ai tastat comanda {FF0000}[/bonus] si ai primit");
            SCM(playerid, COLOR_YELLOW, "500,000$, Levelup si 20 PremiumPoints !");
            SCM(playerid, COLOR_YELLOW, "Staff-ul Power-Times iti ureaza distractie placuta!"); 
        }
        return 1;
    }



    Sper ca te-am ajutat !!
×
×
  • Create New...