[Ajuda] Comando erro
#2

\n = Pula linha

PHP код:
if (strcmp(cmd"/admins"true) == 0)
{
new 
count 0;
new 
s[5000], ss[5000];
for(new 
0MAX_PLAYERSi++)
{
new 
admtext[64];
switch(
PlayerInfo[i][pAdmin])
{
case 
3000admtext "Fundador/Scripter\n";
case 
1342admtext "Dono\n";
case 
1341admtext "Sub-Dono\n";
case 
1340admtext "Gerente\n";
case 
1339admtext "Supervisor\n";
case 
1338admtext "Administrador Master +\n";
case 
1337admtext "Administrador Master\n";
case 
4admtext "Administrador ++\n";
case 
3admtext "Administrador\n";
case 
2admtext "Moderador\n";
case 
1admtext "Estagiario\n";
default: 
admtext "Nois que voa\n";
}
if(
IsPlayerConnected(i))
{
if(
PlayerInfo[i][pAdmin] >= 1)
{
format(ss5000"{FF69B4}Administrador {FFFFFF} %s {FF69B4}Nivel {FFFFFF}[%s]"sendernameadmtext);
strcat(s,ss);
count++;
}
}
}
if(
count == 0)format(s5000"[INFO:] De momento nгo estб nenhum membro da Staff em serviзo.");
ShowPlayerDialog(playerid5000DIALOG_STYLE_MSGBOX"{FF69B4}Administradores Online:"s"Fechar""");
return 
true;

Reply


Messages In This Thread
[Ajuda] Comando erro - by BrunoLuiz - 13.07.2017, 14:57
Re: [Ajuda] Comando erro - by zCyan - 13.07.2017, 15:49
Re: [Ajuda] Comando erro - by BrunoLuiz - 13.07.2017, 16:06
Re: [Ajuda] Comando erro - by Felpz - 13.07.2017, 16:16
Re: [Ajuda] Comando erro - by BrunoLuiz - 13.07.2017, 20:29
Re: [Ajuda] Comando erro - by BrunoLuiz - 13.07.2017, 20:56
Re: [Ajuda] Comando erro - by BrunoLuiz - 13.07.2017, 20:59

Forum Jump:


Users browsing this thread: 1 Guest(s)