SA-MP Forums Archive
Scripting help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Scripting help (/showthread.php?tid=523377)



Scripting help - Buzzbomb - 01.07.2014

Textdraw Shows but dont show the image loadsc2 It just says LOADSUK:loadsc2 On screen no image

Код:
    LoginDraw[playerid] = CreatePlayerTextDraw(playerid,0.000000, 0.829629, "LOADSUK:loadsc2");//LOADSUK:loadsc2
    PlayerTextDrawTextSize(playerid,LoginDraw[playerid], 640.000000, 447.170379);
    PlayerTextDrawAlignment(playerid,LoginDraw[playerid], 1);
    PlayerTextDrawColor(playerid,LoginDraw[playerid], 41215);



Re: Scripting help - Chenko - 02.07.2014

You need to set the font to 4 with TextDrawFont.