[HELP] interior pickups - 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] interior pickups (
/showthread.php?tid=101141)
[HELP] interior pickups -
Matthew_Murdoch - 08.10.2009
I have 2 [gm]'s exactly the same thing just different versions.
0.2x and 0.3
In 0.3 most interior pickups are invisible.
Where as 0.2 doesnt do this.
How do i solve this.
Re: [HELP] interior pickups -
saiberfun - 08.10.2009
Quote:
Originally Posted by Matthew_Murdoch
I have 2 [gm]'s exactly the same thing just different versions.
0.2x and 0.3
In 0.3 most interior pickups are invisible.
Where as 0.2 doesnt do this.
How do i solve this.
|
read the stickied topics in the 0.3 discussion board!
i think it was just to set the interior of it to -1 or sumin.
but just read those topics
Re: [HELP] interior pickups -
Hiitch - 08.10.2009
It was stated that using -1 with the pickup native, you would be able to see the pickups in all the virtual worlds. (0.3 only)
(got mixed up with interiors / virtual worlds, somehow dont think this post is useful now o: )
Re: [HELP] interior pickups -
Correlli - 08.10.2009
I think you're talking about virtual worlds, not interiors. That's NOT the same.
Re: [HELP] interior pickups -
Matthew_Murdoch - 08.10.2009
So then, how do i fix this?
Link to thread?
Do i just set all virtual worlds of pickups to -1
EDIT: i do not use static pickups, they are dynamic and read from a .cfg file.
EDIT: i added -1 to the virtual worlds and doesn't work, they only display in world 0.
Re: [HELP] interior pickups -
Matthew_Murdoch - 09.10.2009
BUMP ();
Please, i really need to sort this out.
Re: [HELP] interior pickups -
Matthew_Murdoch - 24.10.2009
Bump
Re: [HELP] interior pickups -
Battlaman - 24.10.2009
Quote:
Originally Posted by euRo`
Bump
|
Take it easy :P
Look:
If this is your pickup:
CreatePickup(1240, 2, 256.6068,64.3363,1003.6406);
You can fix it with adding -1:
CreatePickup(1240, 2, 256.6068,64.3363,1003.6406,-1);