26.09.2012, 02:08
Falae bruninho_step
O Cara que copiou meu Gm ... Serб que tem algo parecido entre seu code й o original da BCV ?
Prova do meu code:
Se liga:
http://creativecommons.org/licenses/by-nc-nd/3.0/br/
O Cara que copiou meu Gm ... Serб que tem algo parecido entre seu code й o original da BCV ?
pawn Код:
CMD:sos(playerid, params[])
{
new Texto[126], snd[MAX_PLAYER_NAME];
GetPlayerName(playerid,snd,sizeof(snd));
if(sscanf(params, "s[126]", Texto)) return SendClientMessage(playerid, VERMELHO_ESCURO, "[x] Use /Sos [Duvida]");
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(PlayerInfo[i][pAdmin] > 0)
{
format(String, sizeof(String), "{FF0000}[ PEDIDO DE AJUDA ] {FFFF40}%s [%d] diz:{FFFFFF} %s", snd, playerid, Texto);
GameTextForPlayer(i, "Pedido de ajuda ~n~recebido", 3000, 3);
SendClientMessage(i, 0xEAEA00AA, String);
}
}
SendClientMessage(playerid, VERMELHO_ESCURO, "[ » ]{949494} Pedido de Ajuda Enviado, espere algum Moderador / Administrador responder ...");
return 1;
}
Se liga:
http://creativecommons.org/licenses/by-nc-nd/3.0/br/