When in pickup, text appears
#6

Код:
public OnPlayerPickUpPickup(playerid, pickupid)  //Ten Pickup Odpowiada po wejściu w Pickup
{
  if (pickupid == DomPuzi)
  {
    SendClientMessage(playerid, COLOR_GREY, "|_______ AGENCJA MIESZKANIOWA / HOUSING AGENCY ______|");
    SendClientMessage(playerid, COLOR_ADMIN, "Owner / Własciciel: [TDM]Puzi");
    SendClientMessage(playerid, COLOR_ADMIN, "Name and ID / Nazwa oraz ID: Puzi Field, 0");
  }
  else if (pickupid == DomDavid)
  {
    SendClientMessage(playerid, COLOR_GREY, "|_______ AGENCJA MIESZKANIOWA / HOUSING AGENCY ______|");
    SendClientMessage(playerid, COLOR_ADMIN, "Owner / Własciciel: [TDM]DavidG");
    SendClientMessage(playerid, COLOR_ADMIN, "Name and ID / Nazwa oraz ID: David's House, 1");
  }
  return 1;
}
Reply


Messages In This Thread
When in pickup, text appears - by Puzi - 26.08.2009, 15:38
Re: When in pickup, text appears - by James_Alex - 26.08.2009, 15:57
Re: When in pickup, text appears - by Puzi - 26.08.2009, 16:17
Re: When in pickup, text appears - by Jefff - 26.08.2009, 16:20
Re: When in pickup, text appears - by Puzi - 26.08.2009, 16:24
Re: When in pickup, text appears - by Jefff - 26.08.2009, 16:30
Re: When in pickup, text appears - by Puzi - 26.08.2009, 16:36

Forum Jump:


Users browsing this thread: 1 Guest(s)