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


Messages In This Thread
Pickup world boundries? - by Morten_Guado - 26.03.2013, 16:35
Re : Pickup world boundries? - by DaTa[X] - 04.04.2013, 13:00
Re: Re : Pickup world boundries? - by Morten_Guado - 04.04.2013, 14:26
Re: Pickup world boundries? - by Basssiiie - 04.04.2013, 14:46
Re: Pickup world boundries? - by MP2 - 04.04.2013, 16:28

Forum Jump:


Users browsing this thread: 1 Guest(s)