new adtimer;
adtimer = SetTimer("RandomPoruke", 400000, true);
stock randomExx(const iMin, const iMax)
{
return random(iMax - iMin) + iMin;
}
Dio skripte:
function RandomPoruke()
{
new poruka = randomExx(1,3);
new string;
new ftext;
{
if(poruka == 1) { ftext = ""SERVERPLAVA"TUTORIJAL | "C_BELA"Server je u izradi!"; }
else if(poruka == 2) { ftext = ""SERVERPLAVA"TUTORIJAL | "C_BELA"Na serveru je trenutno dozvoljen DM!"; }
else if(poruka == 3) { ftext = ""SERVERPLAVA"TUTORIJAL | "C_BELA"Da vidite sta je ubaceno na updejtu /update!"; }
format(string, sizeof(string), "%s", ftext);
SCMTA(-1, string);
}
return 1;
}
Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log): //
Slika/video ingame problema(obavezno ako je ingame problem): noup
