13.05.2011, 21:45
Hey, I got a problem with my pickups, They dont spawn. I did it correctly and it didnt compile with any errors.
This is the pickups on ongamemodeinit:
Is it maybe bcz i am out to far in the sea?
If so, Is there any way to fix this?
This is the pickups on ongamemodeinit:
pawn Код:
iHouse1 = CreateDynamicPickup(1318, 23, 7490.5503, -103.2598, 65.0940);
iHouse2 = CreateDynamicPickup(1318, 23, 7484.1494, -123.5796, 65.0940);
iHouse3 = CreateDynamicPickup(1318, 23, 7503.4702, -108.2560, 65.0940);
iHouse4 = CreateDynamicPickup(1318, 23, 7507.2280, -90.8062, 65.2412);
iHouse5 = CreateDynamicPickup(1318, 23, 7482.1206, -64.1295, 65.0940);
iHouse6 = CreateDynamicPickup(1318, 23, 7460.9644,- 112.6029, 65.0940);
If so, Is there any way to fix this?