09.12.2010, 23:33
Alright so when a player types /mission and they click on the mission they want, what kind of thing would i do so it says "[COMPLETED] or [FINISHED] when a player has finished the certain mission.
Alright so when a player types /mission and they click on the mission they want, what kind of thing would i do so it says "[COMPLETED] or [FINISHED] when a player has finished the certain mission.
|
if(g_JobStatus == 1) format(string, sizeof(string), "[COMPLETED]: Trash Pickup");
else if(g_JobStatus == 0) format(string, sizeof(string), "[NOT COMPLETED]: Trash Pickup");