Jump to content
  • 0

1 punct la 3 ore.


Question

13 answers to this question

Recommended Posts

Posted

Faci o noua variabila pPayDays.

Iar la punctia public PayDay() pui un if(pPayDays >= 3)

 

1859311972_BANNER-GIREADAcopy-min.thumb.png.48e5e420ae2185dce5b244965a1d2601.png

 

Posted

[pawn] if(pPayDays >= 3)

}

  if(PlayerInfo[pDonateRank] >= 1)

{

  PlayerInfo[pPuncte]++;

}[/pawn]

Daca fac asta ,cel care are cont premium poate primi 1 punct la 3 ore? Eu nu vreau sa primeasca RP la 3 ore ,sa fac un fel de "puncte premium"

default.png
Posted

Tu vrei ca lumea sa te ajute, cand tu pui asta?

if(pPayDays >= 3)

}

  if(PlayerInfo[pDonateRank] >= 1)

{

  PlayerInfo[pPuncte]++;

}

 

1859311972_BANNER-GIREADAcopy-min.thumb.png.48e5e420ae2185dce5b244965a1d2601.png

 

Posted

Deci fratele meu:

1.Faci o variabila pPaydayP , o faci sa se salveze ca toate celelalte, de exemplu te iei dupa level .

2. Faci aceasta variabila sa creasca cu + 1 la fiecare ora daca ai cont premium. Pui la public payday

                                        [pawn]if(PlayerInfo[pDonateRank] > 0)

{

    PlayerInfo[pPaydayP] += 1;

}[/pawn]

Acuma faci daca ai 3 de astea sa-ti dea un respect point daca asta vrei.

[pawn]

if(PlayerInfo[pPaydayP] == 3)

{

    PlayerInfo[pExp] += 1;

}[/pawn]

Posted

Am inteles ,dar eu ma refer ca cei cu cont premium sa primeasca un punct la 3 ore. (nu ma refer sa primeasca un respect la 3 ore ,un alt punct).Cu variabilele stiam si eu ,dar ma incurc la putin la chestia cu 1 punct la 3 ore.

default.png
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.