26.03.2013, 16:35
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:
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.
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; }
Is it a SAMP bug or am I doing something wrong?
Thanks in advance.