Help with MiniMission!
#2

Does it or does it not gives you the message of "TrashMaster Mission: Great! Now go back to the Trash Company!"?

Код:
public OnPlayerEnterRaceCheckpoint(playerid)
	{
	if 	(playerInMiniMission[playerid]!=-1)
	    {
     	if (playerInMiniMission[playerid]==1)
     	    {
     	    SendClientMessage(playerid,0xF6970CAA,"TrashMaster Mission: Great! Now go back to the Trash Company!");
			GivePlayerMoney(playerid,20);
			TrashCompanyAcasa(playerid);
			contador[playerid]++;
     	    }
		else
			{
			SendClientMessage(playerid,0xF6970CAA,"TrashMaster Mission: Go get the trash!");
			casaATruckCompany(playerid);
		    }
		}
	return 1;
	}
Reply


Messages In This Thread
Help with MiniMission! - by Desertsoulz - 03.08.2010, 09:56
Re: Help with MiniMission! - by Rolyy - 03.08.2010, 10:37
Re: Help with MiniMission! - by Desertsoulz - 03.08.2010, 10:40
Re: Help with MiniMission! - by Rolyy - 03.08.2010, 11:10
Re: Help with MiniMission! - by Desertsoulz - 03.08.2010, 11:14
Re: Help with MiniMission! - by Rolyy - 03.08.2010, 11:22
Re: Help with MiniMission! - by Desertsoulz - 03.08.2010, 11:28
Re: Help with MiniMission! - by Rolyy - 03.08.2010, 11:34
Re: Help with MiniMission! - by Desertsoulz - 03.08.2010, 11:34
Re: Help with MiniMission! - by Rolyy - 03.08.2010, 11:37

Forum Jump:


Users browsing this thread: 1 Guest(s)