24.12.2009, 23:00
write this above OnGameModeInit:
Then write in OnGameModeInit:
that should work.
The -1 means that the pickup shows in every virtual world.. change it to whatever you want if you dont want it to show in every world..
Код:
new pickup;
Код:
pickup = CreatePickup(355, 1, 1958.4805, 950.0847, 10.8203, -1);
The -1 means that the pickup shows in every virtual world.. change it to whatever you want if you dont want it to show in every world..