#include <a_samp>
new automsg[4][] =
{
{\"Üzenet 1\"},
{\"üzenet 2\"},
{\"üzenet 3\"},
{\"Szereted a szervert? Mensd Le az IPT!\"} //utolsóhoz nem kell vesszõ
};
forward autouzenet();
public autouzenet()
{
new rand = random(sizeof(automsg));
SendClientMessageToAll(0x33AA33AA, automsg[rand]);
}
public OnFilterScriptInit()
{
SetTimer(\"autouzenet\", 1000, 1);//time by Shadee
return 1;
}
nem teszteltem, szólj ha valami gond van