CreatePickup| Pickups Not Appearing
#1

I created some pickups with CreatePickup and they aren't appearing. I've tested the coords and they're where they are supposed to be.

pawn Код:
Flag[0][Object] = CreatePickup(2993, 1, 2530.39453125, -1677.5107421875, 18.858819961548, 0);
Flag[1][Object] = CreatePickup(2993, 1, 2157.9509277344, -1738.3619384766, 19.301254272461, 0);
Reply
#2

pawn Код:
Flag[0][Object] = CreatePickup(2993, 1, 2530.39453125, -1677.5107421875, 18.858819961548, -1);
Flag[1][Object] = CreatePickup(2993, 1, 2157.9509277344, -1738.3619384766, 19.301254272461, -1);
try that ?
Reply
#3

I'm pretty sure it's not the virtual world.

Are you using a streamer?
Reply
#4

is.

Код:
Flag[0][Object]
"object" defined as something?
Reply
#5

Try creating it with CreateObject and see if that works.
Reply
#6

Quote:
Originally Posted by Krx17
Посмотреть сообщение
Try creating it with CreateObject and see if that works.
I need a pickup, not object.
Quote:
Originally Posted by Antonio [G-RP]
Посмотреть сообщение
is.

Код:
Flag[0][Object]
"object" defined as something?
If by defined, you mean assigned to anything; no, except for the CreatePickup();
Quote:
Originally Posted by Zack9764
Посмотреть сообщение
I'm pretty sure it's not the virtual world.

Are you using a streamer?
Yes, I'm using a streamer. Incognito's Streamer plugin to be exact.
Reply
#7

so, virtual world didnt work ?
Reply
#8

It did actually.
Edit: Found the problem. Forgot to reset virtual worlds.
Reply
#9

If your using the plugin streamer, why are you still using "CreatePickup" it would be "CreateDynamicPickup" for the streamer to be used...*sigh*
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)