public OnFilterScriptInit() VAGY
public OnGameModeInit() alá:
kep = TextDrawCreate(0.000000, 0.000000, \"loadsc8:loadsc8\"); //át írhatod 9-re is akár a 8-ast
TextDrawBackgroundColor(kep, 255);
TextDrawFont(kep, 4);
TextDrawLetterSize(kep, 0.500000, 1.000000);
TextDrawColor(kep,-1);
TextDrawSetOutline(kep, 0);
TextDrawSetProportional(kep, 1);
TextDrawSetShadow(kep, 1);
TextDrawUseBox(kep, 1);
TextDrawBoxColor(kep, 255);
TextDrawTextSize(kep, 641.000000, 448.000000);
public OnPlayerConnect -hez:
TextDrawShowForPlayer(playerid, kep);
public OnPlayerRequestClass -hoz VAGY dialognál, ahol elfogadja a helyes jelszót:
TextDrawHideForPlayer(playerid, kep);