11.12.2012, 19:24
hey everone,
these pickups dont get created.. idk how, i also have other which are created same way as those and they do work, only those dont..
i have that in my ongamemodeinit but they dont get created, even when i tp to the coords they arent just there.
anyone knows why they arent getting created?
greets niels
these pickups dont get created.. idk how, i also have other which are created same way as those and they do work, only those dont..
pawn Code:
mgdmpickups[0] = CreatePickup(362, 3, 3173.7703,-5148.0420,19.9078, 6); // minigun
mgdmpickups[1] = CreatePickup(362, 3, 3227.7327,-5245.0283,24.2328, 6); // minigun
mgdmpickups[2] = CreatePickup(362, 3, 3227.0522,-5267.3745,27.3782, 6); // minigun
mgdmpickups[3] = CreatePickup(362, 3, 3102.0000,-5244.8477,24.2328, 6); // minigun
mgdmpickups[4] = CreatePickup(362, 3, 3115.5771,-5233.0112,20.0550, 6); // minigun
mgdmpickups[5] = CreatePickup(362, 3, 3166.2205,-5215.0942,13.9187, 6); // minigun
mgdmpickups[6] = CreatePickup(362, 3, 3134.0278,-5208.1572,16.2005, 6); // minigun
mgdmpickups[7] = CreatePickup(362, 3, 3120.9492,-5144.4766,20.0940, 6); // minigun
anyone knows why they arent getting created?
greets niels