Dynamic pickup help please!!!
#1

I'm useing Incognito's streamer and I'v changed my createpickup to createdynamic pickup they show up alright but normaly when i go into one itll say "/enter to enter" but with the createdynamicpickup i walk into on of them and nothing happens please help i dont know what im doing wrong

Код:
	if(pickupid == iTWC) // The Walton Cartel
	{
	    GameTextForPlayer(playerid, "~w~Type ~r~/enter~w~ to go inside", 5000, 5);
		return 1;
	}
thats what works on the normal Createpickup but it wont show on the creatdynamicpickup
Reply
#2

Isn't there a special callback for it?
Reply
#3

Place your code under:
pawn Код:
OnPlayerPickUpDynamicPickup(playerid, pickupid)
Instead of:
pawn Код:
OnPlayerPickUpPickup(....)
Reply
#4

I tryed but i got 26 errors now
Reply
#5

Quote:
Originally Posted by darkknight123
Посмотреть сообщение
I tryed but i got 26 errors now
And they are? Can't help without those.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)