How to do this ?
#1

I want to know make that [BackDoor : /obd] Textdraw

Reply
#2

https://sampwiki.blast.hk/wiki/Create3DTextLabel
Reply
#3

It isn't a textdraw, and make use of
PHP код:
Create3DTextLabel("Your text here",Color here,X,Y,Z,draw distanceVirtual world); 
Reply
#4

This is simple 3D Text Label.
An example(taken from the wiki):
Quote:

public OnGameModeInit()
{
Create3DTextLabel("I'm at the coordinates:\n30.0, 40.0, 50.0", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0, 0);
return 1;
}

Check the whole explanation at the wiki here.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)