Hola a todos,vengo a preguntarles donde coloco este sistema de /adminduty hecho por alex.
- Spoiler:
- if(strcmp(cmdtext, "/adminduty", true) == 0)
{
If(playerInfo[playerid][pAdmin] >= 1)
}
SendClientMessageToAll(0x00C000FF, "______Seccion Administrativa___________");
new string[250], pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
format(string, sizeof(string), "El Admínistrador %s Esta Resolviéndo Dudás Y Problemas (/duda)(/w)", pname);
SendClientMessageToAll(-1,string);
return 1;//
}