18.05.2010, 16:31
I still didn't solve my problem that my pickups aren't loading always in interiors. It doesn't matter if I use CreatePickup OR CreateDynamicPickup.
Sometimes it works, somestimes not.
I created them under OnGameModeInit:
The exit Pickup isn't loading always. It doesn't matter if I put -1 or not.
cYa roym899
Sometimes it works, somestimes not.
I created them under OnGameModeInit:
Код:
enter[1] = CreateDynamicPickup(1318, 23,539.5384, -1292.8702, 17.2422); exit[1] = CreateDynamicPickup(1318, 23, 834.3901,7.4238,1004.1870);
cYa roym899