SA-MP Forums Archive
CreateDynamic3DTextLabel - 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: CreateDynamic3DTextLabel (/showthread.php?tid=490728)



CreateDynamic3DTextLabel - Deniz1467 - 27.01.2014

Hey guys, can u do me a favor? I need to add Dynamic3DTextLabel '/SASD to open your locker' at this position AddPlayerClass(186,223.3369,185.9860,1003.0313,327 .8399,0,0,0,0,0,0); //

Please dont say 'you can do like this', just do it end send it.

Sorry for my bad English, but you can understand it.


Re: CreateDynamic3DTextLabel - Shetch - 27.01.2014

Код:
Create3DTextLabel("/SASD to open your locker", 0x008080FF, 223.3369, 185.9860, 1003.0313, 40.0, 0, 0);
Next time user the search button or the wiki.
https://sampwiki.blast.hk/wiki/Create3DTextLabel


Re: CreateDynamic3DTextLabel - Wortex5 - 27.01.2014

CreateDynamic3DTextLabel("/SASD to open your locker", 0x008080FF, 223.3369, 185.9860, 1003.0313, 50.0, 0, 0);
Just for the future use this https://sampwiki.blast.hk/wiki/Create3DTextLabel


Re: CreateDynamic3DTextLabel - Deniz1467 - 27.01.2014

Quote:
Originally Posted by Shetch
Посмотреть сообщение
Код:
Create3DTextLabel("/SASD to open your locker", 0x008080FF, 223.3369, 185.9860, 1003.0313, 40.0, 0, 0);
Next time user the search button or the wiki.
https://sampwiki.blast.hk/wiki/Create3DTextLabel
You dont understand? I cant do it. I said just do it end send. And, thanks for it bro.


Re: CreateDynamic3DTextLabel - Shetch - 27.01.2014

Quote:
Originally Posted by Deniz1467
Посмотреть сообщение
You dont understand? I cant do it. I said just do it end send. And, thanks for it bro.
"I said just do it end send." I do not understand, indeed.
Anyhow, use the wiki.


Re: CreateDynamic3DTextLabel - [TMS]Legena - 27.01.2014

Quote:
Originally Posted by Deniz1467
Посмотреть сообщение
You dont understand? I cant do it. I said just do it end send. And, thanks for it bro.
He sent it to you!
Just put this
Код:
public OnPlayerConnect(playerid)
{
    Create3DTextLabel("/SASD to open your locker", 0x008080FF, 223.3369, 185.9860, 1003.0313, 40.0, 0, 0);
}