- 0
pica serverul
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
TeA
Problema intalnita (descriere): pica serverul
Ero(area / rile) / warning-(ul / urile): de fiecare data cand scrie /votelideron pica serverul .
CMD:votelideron(playerid,params[]) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 5) { if(VoteLider == 0) { SendClientMessageToAll(COLOR_RED, " Adminul %s a activat comanda /votelider. Pentru a vota tastati /votelider id."); VoteLider = 1; } else { SendClientMessage(playerid, COLOR_RED, " Este deja o votare in desfaurare."); } } else { SendClientMessage(playerid, COLOR_RED, " Nu ai gradul necesar pentru a folosi aceasta comanda."); } } return 1; } CMD:votelideroff(playerid,params[]) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] >= 5) { if(VoteLider == 1) { SendClientMessageToAll(COLOR_RED, " Adminul %s a dezactivat comanda /votelider."); VoteLider = 0; } else { SendClientMessage(playerid, COLOR_RED, " Votare este deja incheiata."); } } else { SendClientMessage(playerid, COLOR_RED, " Nu ai gradul necesar pentru a folosi aceasta comanda."); } } return 1; }Liniile de cod / sursa / script-ul(obligatoriu):
Imagini / Video (optional):
Ati incercat sa rezolvati singur?: da
6 answers to this question
Recommended Posts