SA-MP Forums Archive
[HELP] Pickup is not visible... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Pickup is not visible... (/showthread.php?tid=247703)



[HELP] Pickup is not visible... - RoCK'N'Rolla - 10.04.2011

hi,

I have a stunt which was created on the sea. And i wanted to add a pickup to the end of the stunt, but i failed. Dunno what is wrong, it might be because of high coordinates. The code:

Код:
CreatePickup(1239, 1, 5468.1997, 1491.8075, 211.6006, -1);
I can see this pickup in LV (moved it to LV to understand what was wrong)..

The question is: Is there a coordinate limit for pickups? If there'sn't, can you share your ideas about how can i fix that thing?

ty.


Re: [HELP] Pickup is not visible... - Admigo - 10.04.2011

Change the 1 to another number!


Re: [HELP] Pickup is not visible... - BizzyD - 10.04.2011

There isnt a pickup id that is 1.

Here is a full list of pickup ids ----->Click Me

EDIT: Sorry i read it wrong.

1
Not pickupable, exists all the time. (Suitable for completely scripted pickups using OnPlayerPickUpPickup)

Got it from Samp Wiki


Re: [HELP] Pickup is not visible... - Mean - 10.04.2011

That 1 is a PICKUP TYPE not ID!
Yes, there is a pickup limit, that's probbably the problem.


Re: [HELP] Pickup is not visible... - BizzyD - 10.04.2011

Quote:
Originally Posted by Mean
Посмотреть сообщение
That 1 is a PICKUP TYPE not ID!
Yes, there is a pickup limit, that's probbably the problem.
I know, I didnt look at it right.


Re: [HELP] Pickup is not visible... - Shelby - 10.04.2011

Looks than pickups outside the game does not appear, just did a test now and when I'm inside the city the pickups appear, but when I'm out (at sea) they do not appear, but they exist...


Re: [HELP] Pickup is not visible... - RoCK'N'Rolla - 10.04.2011

Quote:
Originally Posted by Mean
Посмотреть сообщение
That 1 is a PICKUP TYPE not ID!
Yes, there is a pickup limit, that's probbably the problem.
There is a pickup limit, yes. But i didn't even reach half of it. Maybe because of coordinates are too big?

Quote:
Originally Posted by Larceny
Посмотреть сообщение
Looks than pickups outside the game does not appear, just did a test now and when I'm inside the city the pickups appear, but when I'm out (at sea) they do not appear, but they exist...
What you say is true, that's the situation that i've faced.


Re: [HELP] Pickup is not visible... - Mean - 10.04.2011

Quote:
Originally Posted by Larceny
Посмотреть сообщение
Looks than pickups outside the game does not appear, just did a test now and when I'm inside the city the pickups appear, but when I'm out (at sea) they do not appear, but they exist...
Why would you put pickups in the sea? lol.


Re: [HELP] Pickup is not visible... - Shelby - 10.04.2011

Quote:
Originally Posted by Mean
Посмотреть сообщение
Why would you put pickups in the sea? lol.
Saying it, looks like make no sense, lol.
But, was just for a test.
However, mappers put some maps at sea and if they want to put a pickup there, they'll can not.


Re: [HELP] Pickup is not visible... - Mean - 10.04.2011

Quote:
Originally Posted by Larceny
Посмотреть сообщение
Saying it, looks like make no sense, lol.
But, was just for a test.
However, mappers put some maps at sea and if they want to put a pickup there, they'll can not.
Yeah, you're right about mappers.

I never experienced these kind of problems because I don't use pickups, this is more like a bug, you should report this to the bug reports section.