Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Threaded Mode
How to do this ?
Michael_Cruise
Little Clucker
Posts: 47
Threads: 20
Joined: Jun 2012
Reputation:
0
#1
10.06.2012, 15:46
I want to know make that [BackDoor : /obd] Textdraw
Find
Reply
RPG-Zone
Little Clucker
Posts: 14
Threads: 0
Joined: May 2012
Reputation:
0
#2
10.06.2012, 15:49
https://sampwiki.blast.hk/wiki/Create3DTextLabel
Find
Reply
Neil.
Gangsta
Posts: 531
Threads: 72
Joined: Mar 2012
Reputation:
0
#3
10.06.2012, 15:50
It isn't a textdraw, and make use of
PHP код:
Create3DTextLabel
(
"Your text here"
,
Color here
,
X
,
Y
,
Z
,
draw distance
,
Virtual world
);
Find
Reply
Rg-Gaming.Info
Huge Clucker
Posts: 223
Threads: 32
Joined: Jan 2012
Reputation:
0
#4
10.06.2012, 15:50
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
.
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help