Posts: 7
Threads: 2
Joined: Nov 2010
Reputation:
0
Hey, i using default gamemode from pawno folder "new.pwn", i have couple of cars and i have one map. Map is on ocean and in air, and now, when i create pickup on map i can't see it, but if i create pickup in LS, LV, SF i can see it, how to fix that plss !? Sry for my bad English.
Posts: 670
Threads: 49
Joined: Dec 2011
Reputation:
0
In which Virtual World your map is and in which Virtual World you are creating pickup?
Posts: 7
Threads: 2
Joined: Nov 2010
Reputation:
0
Both of things are in VW 0.
Posts: 3,715
Threads: 358
Joined: Apr 2012
Reputation:
0
Is the map is in the sky? If it is. Maybe that's the reason why it can't be seen.
I've never been created pickup above the sky before. I always create the pickup on the ground.
Posts: 340
Threads: 12
Joined: May 2011
Reputation:
0
Pickups can't be created beyond 1000 height (i believe) and 3000(negative or positive, x or y).
Wich means:
if x > 3000, it won't show.
x < -3000, it won't show.
y > 3000, it won't show.
y < -3000, it won't show.
z > 1000, it won't show.
This has been a bug ever since pickups were added, and i believe it is a San Andreas bug, not a SA:MP bug, so in order to fix it the SA:MP team would have to make their own pickup system.