22.08.2015, 11:50
Quote:
Ok then,read this to let it work...
On top of GameMode,add this: Код:
new bool:FirstTime[MAX_PLAYERS]; Код:
public OnDialogResponse Bla bla bla if(dialogid == dialog_register) { bla bla bla FirstTime[playerid] = true; } Код:
if(FirstTime[playerid] == true) { FirstTime[playerid] = false; SendClientMessage(playerid,color,"Ls Train bla bla bla"); } |