2 Problems
#1

You know how in games like WS where if you go into a pickup and "/enter" pops up? i made that, but it dont work ( the text will not show)

Код:
//top of script
new Bank;


public OnPlayerPickupPickup(playerid, pickupid)
{
	if (pickupid == BankEnter)
	{
	SendClientMessage(playerid,COLOR_GREEN, "[!] Type /Enter to enter.");
	}

	return 1;
}

Public OnGameModeINit
{
 BankEnter = CreatePickup(1239,20,1727.1119,-1635.1990,20.2165); //23


  return 1;
}
Reply


Messages In This Thread
2 Problems - by CJ101 - 16.03.2009, 03:43
Re: 2 Problems - by 56avenue - 16.03.2009, 06:18
Re: 2 Problems - by Kinetic - 16.03.2009, 06:24

Forum Jump:


Users browsing this thread: 1 Guest(s)