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



Textdraw help - ShaneOvSina - 23.07.2013

I need help making something like this textdraw box With the Writing
http://tinypic.com/view.php?pic=2m2b477&s=5

i will +Rep if anyone can help.
Thanks


Re: Textdraw help - RALL0 - 24.07.2013

It's not a textdraw it's a dialog, here you go
pawn Код:
#define DIALOG_RULES 1800

ShowPlayerDialog(playerid,DIALOG_RULES,DIALOG_STYLE_MSGBOX,"Rules","{FFFF00}General Information\n \n{FF6347}/rules\n{33CCFF}/chatinfo","Ok","");
Edit the text to the way you want it to be.


Re: Textdraw help - Yves - 24.07.2013

you might want to check this out hope it helps you out

https://sampwiki.blast.hk/wiki/ShowPlayerDialog


Re: Textdraw help - Tayab - 24.07.2013

Exact same as shown in image.

pawn Код:
ShowPlayerDialog(playeid,4542,DIALOG_STYLE_MSGBOX,"{FFFFFF}Rules","{FFFF00}General Information:\n\n\n      {FE2E2E}/rules for a list of server rules.\n\n      {2EFE9A}/chatinfo for information on chat.\n\n{FFFFFF}Server script coded and owned by {04B404}Southclaw{FFFFFF}(jaz636@gmail.com) all rights reserved.","Close","");