Posts: 92
Threads: 26
Joined: Aug 2010
Reputation:
0
hi,
I want to create a white arrow pickup which will show something when the player takes it. I used it like this:
CreatePickup(1318, 3, 5470.2422, 1492.8363, 211.6919, -1);
But it didn't show anyhing. (It will be created on a object which was created with CreateObject)..
How to fix?
Posts: 672
Threads: 89
Joined: Jan 2010
Change the last number "-1" (virtual world) to "0"
Posts: 92
Threads: 26
Joined: Aug 2010
Reputation:
0
No effect, still nothing. "-1" means for all of the virtual worlds.
Posts: 92
Threads: 26
Joined: Aug 2010
Reputation:
0
I tried it with other types, but still nothing.
Posts: 92
Threads: 26
Joined: Aug 2010
Reputation:
0
Yeah, it will be a stunt pickup at the last of the stunt. And yeah, stunt is on water (z = 211).
Posts: 92
Threads: 26
Joined: Aug 2010
Reputation:
0
Will pickup type of it show difference when they created on an object?
Posts: 672
Threads: 89
Joined: Jan 2010
Are you using any streamers for pickups? How many pickups u have already?
Posts: 92
Threads: 26
Joined: Aug 2010
Reputation:
0
Hmm yeah, im using streamer of Incognito. I have np with objects. Can objects effect pickups?
Posts: 672
Threads: 89
Joined: Jan 2010
Ok then change
CreatePickup with CreateDynamicPickup
and OnPlayerPickUpPickup with OnPlayerPickUpDynamicPickup
then use
if(pickupid == "name")
blablabv