Hello ugy akarnám megcsinálni hogy 10 percenként váltogassa a szerver idõt 12 és 24 óra között
[pawn]
#include <a_samp>
forward TimeUpdate();
public OnFilterScriptInit()
{
SetTimer(\"TimeUpdate\", 600000, true);
return 1;
}
public TimeUpdate()
{
SetWorldTime(24);
}
else
{
SetWorldTime(12);
}
}[/pawn]
Így viszont van 1 error xD
Nemtom este van nemtom mit csesztem el?
(15) : error 010: invalid function or declaration
az : else-re