14.08.2011, 15:59
Perdon por el doble post.
Mire en la wiki, y me quedarнa asi:
Pero me faltaria definir el color y no se como hacerlo D:.
Gracias
Mire en la wiki, y me quedarнa asi:
pawn Код:
if(BuscarIPs(text))
{
ShowPlayerDialog(playerid, 1278, DIALOG_STYLE_MSGBOX, "FAIL!", "FAIL TOTAL! Quisiste hacer spam\ny no te salio! OWNEAGE! PD: La IP se envio a los Admins.", "", "");
new str[128];
format(str, sizeof(str), "El jugador %s intento spamear la IP %s", pName, text);
CallRemoteFunction("MessageToAdmins", "s", str);
return 0;
}
Gracias