Marking in dialog
#3

On top
PHP код:
#define DIALOG_MISSIONLIST 0
new mission1[MAX_PLAYERS]; 
After mission complete:
PHP код:
mission1[playerid]=1
On /sm command:
PHP код:
new string[32], string2[128];
if(
mission1[playerid]==1string "Stole his wife (COMPLETED)";
else 
string "Stole his wife";
format(string2sizeof(string2), "%s"string);
ShowPlayerDialog(playeridDIALOG_MISSIONLISTDIALOG_STYLE_LIST"Select mission:"string2"Select","Cancel"); 
Reply


Messages In This Thread
Marking in dialog - by _GHT_MarK445 - 01.02.2015, 09:30
Re: Marking in dialog - by _GHT_MarK445 - 02.02.2015, 10:30
Re: Marking in dialog - by ATGOggy - 02.02.2015, 10:37
Re: Marking in dialog - by pellstrike - 02.02.2015, 10:42
Re: Marking in dialog - by _GHT_MarK445 - 02.02.2015, 15:31

Forum Jump:


Users browsing this thread: 1 Guest(s)