How do a pickup whit text and teleport?
#2

pawn Код:
new LSPDpickup; //Global variable


LSPDpickup=CreatePickup(model, type, Float:x, Float:y, Float:z, vitualworld = 0 );//virtual world depends upon you

public OnPlayerPickUpPickup(playerid, pickupid)//anywhere
{
  if (pickupid == LSPDpickup)
  {
    SendClientMessage(playerid, COLOR_GREEN, "Your text you want to add");
  }
Reply


Messages In This Thread
How do a pickup whit text and teleport? - by eXtr1kE - 22.12.2009, 18:02
Re: How do a pickup whit text and teleport? - by Deat_Itself - 22.12.2009, 18:10
Re: How do a pickup whit text and teleport? - by eXtr1kE - 22.12.2009, 18:46
Re: How do a pickup whit text and teleport? - by eXtr1kE - 22.12.2009, 19:28
Re: How do a pickup whit text and teleport? - by eXtr1kE - 23.12.2009, 07:03
Re: How do a pickup whit text and teleport? - by Miguel - 23.12.2009, 07:41
Re: How do a pickup whit text and teleport? - by eXtr1kE - 23.12.2009, 08:42
Re: How do a pickup whit text and teleport? - by Zamaroht - 23.12.2009, 08:58
Re: How do a pickup whit text and teleport? - by eXtr1kE - 23.12.2009, 09:01

Forum Jump:


Users browsing this thread: 7 Guest(s)