why the pickup not visible?
#1



I have a function

CreatePickup(1239,2,-2830.5649,2508.3345,6.1203);


but it's not visible,why?
Reply
#2

Quote:
Originally Posted by Seif_
Put -1 as a last parameter, 0.3 requires an extra parameter for CreatePickup, which is the virtual world. -1 would make it visible in every virtual world.
It does it by default..
Reply
#3

Quote:
Originally Posted by MenaceX^
It does it by default..
Yes, but not for -1.

Check the a_samp.inc include:
pawn Код:
native AddStaticPickup(model, type, Float:X, Float:Y, Float:Z, virtualworld = 0);
native CreatePickup(model, type, Float:X, Float:Y, Float:Z, virtualworld = 0);
As you can see, it's Virtualworld-ID 0.
Reply
#4

Just did, but in mine is -1.. I must have changed it, I change alsmot everything.
Reply
#5

It's still not working
Reply
#6

Because i think you've got the wrong cords, because this position is inside a mountain:

[img width=1024 height=640]/imageshack/img264/5763/pos.png[/img]
Reply
#7

i change the place but it's stiil not visible..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)