[Tutorial] Dialog Msbox for /credits
#6

Hi Sorry
Use this-
PHP Code:
#include <a_samp>
#define DIALOG_CREDITS 1223
#define COL_GREEN        "{6EF83C}"
#define COL_RED         "{F81414}"
#define COL_BLUE        "{0049FF}"
// OnPlayerCommandText
if (strcmp("/credits"cmdtexttrue10) == 0)
{
       new 
string[128];
       
strcat(string,""COL_RED"1: "COL_BLUE" First Text here\n");
       
strcat(string,""COL_RED"2: "COL_BLUE" Second Text here\n");
       
strcat(string,""COL_RED"3: "COL_BLUE" Third Text here\n");
       
strcat(string,""COL_RED"4: "COL_BLUE" Fourth Text here\n");
       
strcat(string,""COL_RED"5: "COL_BLUE" Fifth Text here\n");
       
ShowPlayerDialog(playerid,DIALOG_CREDITS,DIALOG_STYLE_MSGBOX,""COL_GREEN"Server Credits Dialog:",string,"Close","");
       return 
1;

Reply


Messages In This Thread
Dialog Msbox for /credits - by BanSilog - 08.05.2018, 04:45
Re: Dialog Msbox for /credits - by BanSilog - 08.05.2018, 08:41
Re: Dialog Msbox for /credits - by CodeStyle175 - 08.05.2018, 08:50
Re: Dialog Msbox for /credits - by TadePoleMG - 08.05.2018, 08:55
Re: Dialog Msbox for /credits - by BanSilog - 08.05.2018, 11:38
Re: Dialog Msbox for /credits - by TadePoleMG - 08.05.2018, 13:29
Re: Dialog Msbox for /credits - by BanSilog - 08.05.2018, 17:03
Re: Dialog Msbox for /credits - by GTLS - 18.05.2018, 05:57
Re: Dialog Msbox for /credits - by TadePoleMG - 18.05.2018, 12:17

Forum Jump:


Users browsing this thread: 2 Guest(s)