formating dialog
- 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
)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89
)
+---- Thread: formating dialog (
/showthread.php?tid=276286
)
formating dialog -
ajwar
- 13.08.2011
pawn Код:
#define Dialog(%0,%1,%2,%3,%4,%5) ShowPlayerDialog( %0, %1, DIALOG_STYLE_MSGBOX, %2, %3, %4, %5 )
Is it possible to add something here to get every message with white font? Or do i have to edit every function?
AW: formating dialog -
samtey
- 13.08.2011
Define color white and put it before ur dialog, I think!