Jump to content
  • 0

Problema CMD Bonus


Adrian FW

Question

Nu apare textu '' Felicitari x ai primit cadou 100kk...etc , cand scriu comanda /bonus

CMD:bonus(playerid, params [])
{
    if(pInfo[playerid][pScore] > 1) return SendClientMessage(playerid, COLOR_DARKGRAY, "Ai primit deja bonusul de bun venit.");
    pInfo[playerid][pScore] += 4, SetPlayerScore(playerid, pInfo[playerid][pScore]), pInfo[playerid][pPremium] = gtm+(10*86400);
    GiveMoney(playerid, 100000000),pInfo[playerid][pSpinGift] += 10,pInfo[playerid][pDiamonds] += 500, format(stmsg[playerid], 166, "* Felicitari %s, ai primit cadou 100.000.000$ si Cont Premium valabil 10 zile, 10x spin si 500 diamonds.", GetName(playerid));
    return 1;
}

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

CMD:bonus(playerid, params [])
{
    if(pInfo[playerid][pScore] > 1) return SendClientMessage(playerid, COLOR_DARKGRAY, "Ai primit deja bonusul de bun venit.");
    pInfo[playerid][pScore] += 4, SetPlayerScore(playerid, pInfo[playerid][pScore]), pInfo[playerid][pPremium] = gtm+(10*86400);
    GiveMoney(playerid, 100000000),pInfo[playerid][pSpinGift] += 10,pInfo[playerid][pDiamonds] += 500, format(stmsg[playerid], 166, "* Felicitari %s, ai primit cadou 100.000.000$ si Cont Premium valabil 10 zile, 10x spin si 500 diamonds.", GetName(playerid));
    SendClientMessage(playerid, -1, stmsg[playerid]);
    return 1;
}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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