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

Want him to wipe your ass for you too? He gave you the hard part, you should be able to figure out the command part.

Hint: If you want an easy way to execute commands outside of onplayercommandtext...look at DCMD.
Quote:
Originally Posted by ToD
Quote:
Originally Posted by zanakinz
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;
 }
And where is the /enter command?
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: 1 Guest(s)