[Ajuda] Duvida rapida
#5

Isso?

Quote:

public OnPlayerCommandText(playerid, cmdtext[]){
if (strcmp(cmd, "/Deslogartodos", true) ==0 && PlayerInfo[playerid][pAdmin] == 3000)
{
if(IsPlayerConnected(playerid))
{
GetPlayerName(playerid, sendername, sizeof(sendername));
for(new i = 0; i < MaiorID; i++)
{
if(IsPlayerConnected(i))
{
gPlayerLogged[i] = 0;
format(string, sizeof(string), "AdmCmd: %s Deslogou Todos os Players",sendername);
SendClientMessage(i, COLOR_LIGHTRED, string);
Kick(i);
SendRconCommand("exit");
}
}
}
return 1;
}
}

Reply


Messages In This Thread
Duvida rapida - by luccagomes15 - 01.10.2014, 20:50
Re: Duvida rapida - by DeadNudock - 01.10.2014, 21:36
Re: Duvida rapida - by ipsLuan - 01.10.2014, 21:46
Re: Duvida rapida - by luccagomes15 - 01.10.2014, 22:02
Re: Duvida rapida - by josuevera1234 - 01.10.2014, 22:06
Re: Duvida rapida - by luccagomes15 - 01.10.2014, 22:31
Re: Duvida rapida - by ipsLuan - 01.10.2014, 22:44
Re: Duvida rapida - by luccagomes15 - 09.10.2014, 16:49

Forum Jump:


Users browsing this thread: 3 Guest(s)