- 0
Intrebare Lotto automat
-
Similar Content
-
Cum pot face sa seteze automat random vremea (weather) pe server cu ID-urile alese de mine
By cstef4n,
- 1 answer
- 130 views
-
- 7 replies
- 1.384 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
Ch1NeZu
Salut ... am o intrebare despre lotto ca sa se dea start la loterie trb sa dai /startlotto din admin se poate face sa se dea automat startlotto la un anumit timp ? de exemplu la fiecare payday sau o data la 3 ore sa se dea automat start lotto se poate ?
Uitati comanda
if(strcmp(cmd, "/startlotto", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pAdmin] >= 1337) { format(string, sizeof(string), "Lottery News: We have started the Lottery Election."); OOCOff(COLOR_WHITE, string); new rand = random(80); if(rand < 77) { rand += 3; } Lotto(rand); } else { SendClientMessage(playerid, COLOR_GREY, " You are not an Admin !"); return 1; } } return 1; }Samp.OnlyPro.ro - RolePlay - Join Us !
0 answers to this question
Recommended Posts