20.08.2009, 14:46
Uhh, sure. I followed the tutorial on SA:MP wiki for the pickups.
And that is under OnGameModeInit(); Is that what you mean?
Otherwise I have these
Код:
AddStaticPickup(1277, 2, -2197.9531,2322.2080,4.9844); AddStaticPickup(1274, 2, -2257.5752,2275.1821,4.9844); AddStaticPickup(1242, 2, -2292.2000,2229.9719,4.9822); AddStaticPickup(1240, 2, -2295.0957,2230.3643,4.9822);
Otherwise I have these
Код:
new pickup; new pickupSaveDisk; new pickupDollar; new pickupArmour; new pickupHealth;