- 0
O mica eroare...
-
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
[XSR]NexT
deci uitati imi da urmatoarea eroare
dar oare ce am gresit uitati si comandadcmd_giveallscore(playerid,params[]) { if(PlayerInfo[playerid][Level] >= 10) { if(!strlen(params)) return SendClientMessage(playerid, red, "USAGE: /giveallscore [Amount]"); new var = strval(params), string[128]; CMDMessageToAdmins(playerid,"GIVEALLSCORE"); for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { PlayerPlaySound(i,1057,0.0,0.0,0.0); GivePlayerScore(i,var); } } format(string,sizeof(string),"Administrator \"%s\" has given all players 'score%d'", pName(playerid), var ); return SendClientMessageToAll(blue, string); } else return SendClientMessage(playerid,red,"ERROR: You are not a high enough level to use this command"); }sper sa ma puteti ajuta
3 answers to this question
Recommended Posts