[pawn]
#include <a_samp>
#define valtastimer 10 //itt a másodperceket kell megadni
forward teext();
new text:randcmd;
new texts[][]
{
\"/help\",
\"/teles\",
\"/cmds\" // így folytathatod, csak az utolsó után nem kell vesszõ!
};
public OnFilterScriptInit()
{
SetTimer\"teext\",valtastimer*1000,true);
randcmd = TextDrawCreate(X,Y,\"{00ff00}Textdraw betöltése....\");
return 1;
}
public OnFilterScriptExit()
{
TextDrawDestroy(randcmd);
KillTimer(teext);
return 1;
}
public teext()
{
TextDrawSetString(randcmd,texts[sizeof(random)]);
return 1;
}
[/pawn]
ha még nem zuttyantam ki a scriptelésbõl asszem így kell