SA-MP Forums Archive
[HELP]Mini-Map - 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: [HELP]Mini-Map (/showthread.php?tid=440398)



[HELP]Mini-Map - NathNathii - 29.05.2013

// FIxed.


AW: [HELP]Mini-Map - HurtLocker - 29.05.2013

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


Re: [HELP]Mini-Map - DerickClark - 29.05.2013

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);



Re: [HELP]Mini-Map - NathNathii - 29.05.2013

Thanks.