30/09/2022 23:33
(Esta mensagem foi modificada pela última vez a: 01/10/2022 00:04 por White_Blue.)
Código PHP:
CMD:setadmin(playerid, params[]) {
new plid, nivel, tag[128], Text3D:tagg[MAX_PLAYERS];
if(sscanf(params, "ud", plid, nivel)) return SendClientMessage(playerid, -1, "Use: /setadmin [playerid] [nível]");
if(!IsPlayerConnected(plid)) return SendClientMessage(playerid, -1, "| Admin |Jogador não encontrado");
if(nivel > 0 && nivel < 6) {
switch(nivel) {
case 1: tag = "Helper";
case 2: tag = "Mod";
case 3: tag = "Adm";
}
} else pinfo[plid][admin] = 0, Delete3DTextLabel(plid, tagg[plid]);
pinfo[plid][admin] = nivel;
tagg[plid] = Create3DTextLabel(tag, -1, 30.0, 40.0, 50.0, 0);
Attach3DTextLabelToPlayer(tagg[plid], plid, 0.0, 0.0, 0.7);
return 1;
}
Refiz o comando, teste e veja se funciona.
Não estou disponível para realizar serviços relacionados ao SA-MP e não costumo responder a mensagens privadas, a menos que estejam relacionadas à moderação do fórum.