Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. if(ParticipBid[playerid] == 1)
  2. {
  3. PlayerInfo[playerid][pAccount] += SumaLicitata[playerid];
  4. Update(playerid, pBank);
  5. if(SumaLicitata[playerid] == SumaMare)
  6. {
  7. new namez[25], texts[128];
  8. GetPlayerName(playerid, namez, 25);
  9. format(texts, 128, "%s a avut ceea mai mare suma licitata dar s-a deconectat de pe server !", namez);
  10. BIDCast(COLOR_PURPLE, texts);
  11. BIDCast(COLOR_PURPLE, "Suma de licitatie a fost setata automat la $10.000.000!");
  12. SumaMare = 10000000;
  13. KillTimer(TimerLicitatie);
  14. TimerLicitatie = SetTimerEx("OpresteLicitatia", 180000, false, "i");
  15. BIDCast(COLOR_PURPLE, "Perioada de licitatie a mai fost marita cu 3 minute !");
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement