Originally Posted by Raze_Man
Quote:
public RTi()
{
for(new i; i<MAX_PLAYERS; i++){
if(IsPlayerConnected(i) && IsPlayerAdmin(i)){
if(IsPlayerAdmin){// 47379
//new tmp[256],PName[16];
new string[85],PName[24];
GetPlayerName(i,PName,24);
format(string,sizeof(string),"%s se logou com RCON ",PName);
//GetPlayerName(playerid, PName, sizeof(PName));
//format(String, sizeof(String), "%s se logou com RCON no ", PName);
//GetPlayerName(i,PName,16);
//format(tmp,256,"%s se logou com RCON™",PName);
SendClientMessageToAll(COLOR_RED ,string);
LoggedRcon=1;//Linha 47389
}
}
}
}
|
|