Quote:
Originally Posted by IgorLuiz
|| Kick Troll ||
PHP код:
CMD:troll(playerid,params[])
{
new Jogador;
if(sscanf(params,"u", Jogador)) return SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}Digite: /troll [ID]");
if(IsPlayerConnected(Jogador)) return SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}O jogador nгo estб online.");
SendClientMessage(Jogador, 0xFFFFFFFF, "{BCD2EE}Server closed the connection");
return 1;
}
|
Apenas uma correзгo...a todos que usam /timestamp, verгo que a color do horбrio nгo й a mesma que o da mensagem, ou seja, saberгo que й uma farsa...ah e hб um ponto no fim da frase.
PHP код:
SendClientMessage(Jogador, 0xBCD2EEFF, "Server closed the connection.");