Pickup world boundries?
#1

Hi, I've recently seen that a pickup can't be created far away from the San Andreas Map.

When I create a pickup at a map located on the sea, very far away, the pickup doesn't show up.

This is my code:

Код:
new pickup2;


if (strcmp("/createpickup", cmdtext, true) == 0)
{
pickup2 = CreateDynamicPickup(1254, 2, 1119.1455, 20441.7754, 160.9002, -1);

return 1;

}
If I change those coordinates to a city, the pickup shows up correctly.

Is it a SAMP bug or am I doing something wrong?

Thanks in advance.
Reply
#2

pawn Код:
CreateDynamicPickup(1254, 2, 1119.1455, 20441.7754, 160.9002, -1,  -1, -1, Float:distance = 100.0);
Reply
#3

Quote:
Originally Posted by DaTa[X]
Посмотреть сообщение
pawn Код:
CreateDynamicPickup(1254, 2, 1119.1455, 20441.7754, 160.9002, -1,  -1, -1, Float:distance = 100.0);
Doesn't work.

I even tried to create those pickups with LuxAdmin's /pickup command. And nothing. They just won't appear.

Anyway, thanks a lot.
Reply
#4

It's just a game bug, you can't change anything about it.
Reply
#5

Most games have issues when you try to do stuff that was never meant to be done. Creating pickups/objects far out at sea is one example.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)