Posts: 491
Threads: 112
Joined: Jan 2016
Reputation:
0
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?
Posts: 85
Threads: 12
Joined: Oct 2013
Reputation:
0
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;
}