05.01.2012, 16:46
If that is your last message when you finnish your mission, then add it there. Replace it with this.
Quote:
public OnPlayerFinishMission(playerid) { SendClientMessage(playerid, 0x00FF00FF, "You have delivered the load!"); SetPlayerScore(playerid, GetPlayerScore(playerid) + 1); return 1; } |