SA-MP Forums Archive
Attachments and 3d Text draw - 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: Attachments and 3d Text draw (/showthread.php?tid=419539)



Attachments and 3d Text draw - Sliceofdeath - 01.03.2013

Attachments :-

Something like adding objects on player.I seen 5-6 Attachments but all are having few bug

Like : Can't use /admins or admins cmds

3d Text draw :-

I need 3d text draw something like

new lines

Example :

Slice
Was
Here


Re: Attachments and 3d Text draw - RajatPawar - 01.03.2013

What is this, is it a request for help, a request for code, a scripting help, a problem or a bug in your code?


Re: Attachments and 3d Text draw - Sliceofdeath - 01.03.2013

Quote:
Originally Posted by Rajat_Pawar
Посмотреть сообщение
What is this, is it a request for help, a request for code, a scripting help, a problem or a bug in your code?
Request for code


Re: Attachments and 3d Text draw - DaRk_RaiN - 01.03.2013

For the Attachments you can easily skip a line just like in dialogs using the char (\n)
For your example
pawn Код:
"Slice \n Was \n Here"



Re: Attachments and 3d Text draw - Sliceofdeath - 01.03.2013

Quote:
Originally Posted by DaRk_RaiN
Посмотреть сообщение
For the Attachments you can easily skip a line just like in dialogs using the char (\n)
For your example
pawn Код:
"Slice \n Was \n Here"
I don't mean by PAWNO

I am talking about In-Game

When i try In-Game :

But actually i want like -



I used mod to do like this , but i want without mod

-~-~-~-~-~-~-~-~-~-~-~-`-`-~-~_~_~

And about Attachments , i don't want new line in that.I want filterscript for it


Re: Attachments and 3d Text draw - Sliceofdeath - 02.03.2013

Anyone here to help ?


Re: Attachments and 3d Text draw - Denying - 02.03.2013

not '/n' use '\n'