A login képet így tudod megcsinálni
new Text:foto;
OnGameModeIni alá
foto = TextDrawCreate(0.000000, 0.000000, \"loadsc9:loadsc9\");
TextDrawBackgroundColor(foto, 255);
TextDrawFont(foto, 4);
TextDrawLetterSize(foto, 0.500000, 1.000000);
TextDrawColor(foto,-1);
TextDrawSetOutline(foto, 0);
TextDrawSetProportional(foto, 1);
TextDrawSetShadow(foto, 1);
TextDrawUseBox(foto, 1);
TextDrawBoxColor(foto, 255);
TextDrawTextSize(foto, 641.000000, 448.000000);
OnPlayerConnect
TextDrawShowForPlayer(playerid, foto);
OnPlayerRequestClass
TextDrawHideForPlayer(playerid,foto);