- 0
Probleme /giverpall
-
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
RaZvYxXx
Deci cand dau /giverpall sua /givelevelall nu imi arata adminul care a folosit comanda si in comanda am scris...
Uitati comenzile:
//====================================================================================================================== // Comanda: /givelevelall //====================================================================================================================== if(strcmp(cmd, "/givelevelall", true) == 0) { if (PlayerInfo[playerid][pAdmin] >= 1339) { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { new playerlevel = PlayerInfo[i][pLevel]; PlayerInfo[i][pLevel] = playerlevel + 1; format(string, sizeof(string), "[ProGaming Admin]:Adminul %s a dat un level in plus la toti cei Online.",sendername); SendClientMessage(i,COLOR_LIGHTRED,string); } } return 1; } else { SendClientMessage(playerid, COLOR_GRAD1, "[ProGaming RP]: Ne pare rau, dar nu ai acces la aceasta comanda."); } }//====================================================================================================================== // Comanda: /giverpall //====================================================================================================================== if(strcmp(cmd, "/giverpall", true) == 0) { if (PlayerInfo[playerid][pAdmin] >= 1339) { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { new playerexp = PlayerInfo[i][pExp]; PlayerInfo[i][pExp] = playerexp + 1; format(string, sizeof(string), "[ProGaming Admin]:Adminul %s a dat un Respect Points in plus la toti cei Online..",sendername); SendClientMessage(i,COLOR_LIGHTRED,string); } } return 1; } else { SendClientMessage(playerid, COLOR_WHITE, "[ProGaming RP]: Ne pare rau, dar nu ai acces la aceasta comanda."); } }4 answers to this question
Recommended Posts