Why my pickups dont work?
#6

Quote:
Originally Posted by Alternative112
Посмотреть сообщение
Код:
//onplayerpickup
	HasEnteredPickup[playerid]=4;
	if(HasEnteredPickup[playerid]>0)
	{
	    return 0;
	}
You have set HasEnteredPickup[playerid] equal to 4, then immediately check to see if it's greater than 0. It will always return 0 because you just set it to 4.
Thanks for Responding,How can i fix this?
Reply


Messages In This Thread
Why my pickups dont work? - by Admigo - 25.03.2012, 13:53
Re: Why my pickups dont work? - by iGetty - 25.03.2012, 13:57
Re: Why my pickups dont work? - by Admigo - 25.03.2012, 14:07
Re: Why my pickups dont work? - by Admigo - 25.03.2012, 14:52
Re: Why my pickups dont work? - by Alternative112 - 25.03.2012, 15:22
Re: Why my pickups dont work? - by Admigo - 25.03.2012, 15:49
Re: Why my pickups dont work? - by SuperViper - 25.03.2012, 17:18

Forum Jump:


Users browsing this thread: 1 Guest(s)