How to make ЧЧЧ
#1

Hello all how are u miss u OK this not us chat


How to I can make When Player Joined Show Him Updates of Server?
Reply
#2

on the defines of the dialogs add
#define DIALOG_UPDATES no

and no means the last number of the dialog
ex:
i have the last dialog for vips

#define DIALOG_VIPS 93
#define DIALOG_UPDATES 94
So it's just adding another one

then in
public OnPlayerConnect(playerid)
{
ShowPlayerDialog(playerid,DIALOG_UPDATES,DIALOG_ST YLE_MSGBOX,"{00FF00}Latest Updates","{FF0000}[•]Added no1\n no2\n etc..","Ok","");
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)