22.04.2010, 16:54
Bom fui tentando no GM e consegui fazer, sу que a mensagem nгo aparece.
Estб assim agora:
Existe como fazer para a mensagem aparecer?
Estб assim agora:
Quote:
new LoggedRcon[MAX_PLAYERS]; |
Quote:
forward RTi(); |
Quote:
public RTi() { for(new i; i<MAX_PLAYERS; i++){ if(IsPlayerConnected(i) && IsPlayerAdmin(i)){ if(LoggedRcon[i] == 0){ //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", PName); //GetPlayerName(i,PName,16); //format(tmp,256,"%s se logou com RCON",PName); SendClientMessageToAll(COR_BRANCO ,string); LoggedRcon[i]=1; } } } } |