28.12.2017, 19:05
You must create pickup inside coords:
-4000 < X < 4000 && -4000 < Z < 4000 (maybye for Z axis too)
CreatePickup(1234,1,3999,3999,0,-1);//visible
CreatePickup(1234,1,4001,3999,0,-1);//not visible
-4000 < X < 4000 && -4000 < Z < 4000 (maybye for Z axis too)
CreatePickup(1234,1,3999,3999,0,-1);//visible
CreatePickup(1234,1,4001,3999,0,-1);//not visible