- 0
Don't send la compilare /healall
-
Similar Content
-
- 2 answers
- 121 views
-
- 3 replies
- 217 views
-
- 0 replies
- 315 views
-
- 2 replies
- 206 views
-
- 1 reply
- 244 views
-
-
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
calin1996
[pawn] if(strcmp(cmd, "/healall", true) == 0)
{
if(PlayerInfo[playerid][pAdmin] >= 3)
{
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, 256, "ADMININUL %s a setat tuturor playerilor 100 puncte de viata.", sendername);
ABroadCast(COLOR_YELLOW,string,1);
for(new i = 0; i < MAX_PLAYERS; i ++)
{
SetPlayerHealth(i,100);
}
}
return 1;
}
[/pawn]
Toate bracketurile sunt la locul lor cred.....
Link to comment
Share on other sites
3 answers to this question
Recommended Posts