[HELP]Mini-Map
#1

// FIxed.
Reply
#2

Here: gps[i] = TextDrawCreate(78, 328, "GPS");
Check my tutorial on how to get the spot on your own, or download a textdraw editor.
Reply
#3

Credits to:
Zamaroht textdraw
Try Dis:
Код:
	gps[i] = TextDrawCreate(43.000000,136.000000,"GPS");
        TextDrawAlignment(gps[i],0);
        TextDrawBackgroundColor(gps[i],0x000000ff);
        TextDrawFont(gps[i],2);
        TextDrawLetterSize(gps[i],0.199999,1.100000);
        TextDrawColor(gps[i],0xffffffff);
        TextDrawSetOutline(gps[i],1);
        TextDrawSetProportional(gps[i],1);
Reply
#4

Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)