11.03.2011, 05:29
Hello,
I am creating a pickup in my island which is far from the original SA world.
However it doesn't show up when I get there, neither CreatePickup nor CreateDynamicPickup from streamer plugin get it work.
This is my coordinates:
and this is my script:
The weird thing is all the other pickups works perfectly except this one.
Please help :/
I am creating a pickup in my island which is far from the original SA world.
However it doesn't show up when I get there, neither CreatePickup nor CreateDynamicPickup from streamer plugin get it work.
This is my coordinates:
Код:
7014.4526,-1933.0878,10.5911
pawn Код:
prizepickup = CreateDynamicPickup(1550,1,prizeinfo[prizernd][prizex],prizeinfo[prizernd][prizey],prizeinfo[prizernd][prizez],-1,0,-1,500);
Please help :/