3D Text Labels?
#5

An exemple how to use :

Код:
#include <a_samp>

#define GSF_GREEN "{008000}"
#define BALLAS_PURPLE "{800080}"

public OnGameModeInit( )
{
        //Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS)
        Create3DTextLabel("Hello, "GREEN" There will be green !"BALLAS_PURPLE" There will be purple !", -1, X, Y, Z, 40.0, -1, 1);
}
Will print :

Hello, There will be green ! There will be purple !
Reply


Messages In This Thread
3D Text Labels? - by TheRaGeLord - 02.08.2015, 05:06
Re: 3D Text Labels? - by Nin9r - 02.08.2015, 07:26
Re: 3D Text Labels? - by Moudix - 02.08.2015, 08:04
Re: 3D Text Labels? - by TheRaGeLord - 02.08.2015, 08:22
Re: 3D Text Labels? - by Mariciuc223 - 02.08.2015, 08:29
Re: 3D Text Labels? - by TheRaGeLord - 02.08.2015, 08:34

Forum Jump:


Users browsing this thread: 1 Guest(s)