Posts: 83
Threads: 21
Joined: Mar 2009
Reputation:
0
Does anyone know the command for Carlito's roleplay pickup streamer?
Right now I have things I transfered over to "CreateStreamPickup", but the callback (I think) is still set to "pickupid".
I don't know what's the name I should be replacing these "pickupid's".
Posts: 1,293
Threads: 6
Joined: Jul 2008
Reputation:
0
They're not callbacks. You need to paste them in the OnPlayerPickupPickup callback though.
Posts: 83
Threads: 21
Joined: Mar 2009
Reputation:
0
I don't understand I"m sorry.. Do you mean the entire P1 = CreateStreamPickup?
Posts: 83
Threads: 21
Joined: Mar 2009
Reputation:
0
That's what I do... but then I can't even pick up the icons. They're set to "2" so they get picked up and then you need to wait mabye 30 seconds for it to respawn.
The icons sit there, and I pick them up... with no affect.
Posts: 83
Threads: 21
Joined: Mar 2009
Reputation:
0
I'm using 13th's streamer pickup and installed it all into my GM and made the public "OnPlayerPickupStreamPickup".
I have my icons.. ex : Icon = CreateStreamPickup(1111,3,x,y,z,range); in the Gamemodeinit.
I've gotten alot of help so far, but now my icons aren't even working now. My icons don't get messed up with the other icons, but some of moneybag aren't rewarding me properly. My healthpacks don't even work properly either. I don't want to use the "23" either though because that would defeat the purpose of what I need "2" it for.
Edit: Do I really need to make the streamer an include? Parts of the Streamer are already built into the GM.