new Text:ParancsText[MAX_PLAYERS];
ParancsText[playerid] = TextDrawCreate(20.000000, 280.000000, \" \");
TextDrawAlignment(ParancsText[playerid], 1);
TextDrawFont(ParancsText[playerid], 2);
TextDrawColor(ParancsText[playerid], 0x000000FF);
TextDrawBackgroundColor(ParancsText[playerid], 0xFFFF00FF);
TextDrawSetOutline(ParancsText[playerid], 1);
TextDrawLetterSize(ParancsText[playerid], 0.4, 0.9);
Ez bal oldalt a térkép alatt van, de állíthatod a
TextDrawCreate(20.000000, 280.000000, \" \"); - résznél
20.000000 = Oldalra
280.000000 = fel/le
Meg a színt is állítod, meg amire te szeretnéd.
OnGameModeInit
SetTimer(\"ParancsTimer\", 60000, 1);
forward ParancsTimer();
public ParancsTimer()
{
new szoveg[50],parancs[10];
new randparancs;
randparancs = random(20);
if(randparancs==1) { parancs = \"/help\"; }
else if(randparancs==2) { parancs = \"/info\"; }
...
format(szoveg,sizeof(szoveg),\"%s\",parancs);
TextDrawSetString(Text:AntiCheatText, szoveg);
}
Ezt nem teszteltem csak most összedobtam, az is lehet, hogy meglehet oldani azt, hogy a parancsok közül válogasson, de azt nem tudom, hogy hogy én így csinálnám. ha rossz akkor bocs.