Witam, co w kodzie jest zle, że nie wyświetla się modt ?
public OpisRuny(id,nazwy_runy[runa][],opis_runy[])
{
new opis_runy[MAX_WIELKOSC_OPISU];
static szTime[3];
format_time(szTime, 2, "%M", g_iUserTimer[id]);
static motd[1050],header[100],len
len = 0
len += formatex(motd[len],sizeof motd - 1 - len,"<body bgcolor=#000000 text=#FFB000>")
len += formatex(motd[len],sizeof motd - 1 - len,"<table bordercolor=3366FF width=700 border=1 cellpadding=4 cellspacing=8>")
len += formatex(motd[len],sizeof motd - 1 - len,"<td><b><font color=white><br><center>Artefakt<br><font color=green>%s </center><br></font></td><td><b><font color=white><br><center>Czas Do Konca<font color=%s><br> %s </font></center><br></td></table><br>", nazwy_runy[runa], szTime)
len += formatex(motd[len],sizeof motd - 1 - len,"<table bordercolor=3366FF width=700 border=1 cellpadding=4 cellspacing=8>")
len += formatex(motd[len],sizeof motd - 1 - len,"<td><font color=white><br><center><b>%s</center><br></font></td></table><br>", opis_runy)
formatex(header,sizeof header - 1,"Runa")
}


Dodatki SourceMod












