>>>> Help with pickup <<<< [Still NOT Solved] <<<<<<<<
#2

Hope this helps:

under gamemodeinit type in this:
Код:
Info1 = AddStaticPickup(1239, 2, XXXX, YYYY, ZZZZ);
then under onplayerpickuppick add this
Код:
	if (pickupid == Info1)
	{
SendClientMessage(playerid, COLOR_GRAD1, " Type in /enter To go into the building !");		
}
thats if you have more then 1 thing under onplayerpickuppickup

else then try this:
Код:
	if (pickupid == Info1)
	{
SendClientMessage(playerid, COLOR_GRAD1, "  Type in /enter To go into the building !");
	    }
		return 1;
 }
Reply


Messages In This Thread
>>>> Help with pickup <<<< [Still NOT Solved] <<<<<<<< - by RyDeR` - 27.03.2009, 16:09
Re: >>>> Help with pickup <<<< - by zanakinz - 27.03.2009, 16:15
Re: >>>> Help with pickup <<<< - by RyDeR` - 27.03.2009, 16:18
Re: >>>> Help with pickup <<<< - by kaisersouse - 27.03.2009, 16:21

Forum Jump:


Users browsing this thread: 2 Guest(s)