20.04.2011, 16:43
Xaviour212 Production:
Ulric Map Icon & Pickup Maker
Ulric Map Icon & Pickup Maker
This script allows you to create icons on the map and a pickup to be faster. You just write there cmd and then paste the results of the save from cmd
Commad:
Код:
* /creicon - To create a map icons * /crepick - To create a pickup
Make Map Icon :
Код:
* Type /creicon * Open the folder scriptfiles * Next, open the MapIcon.txt * Press CTRL + a and open your GM script, and replace the code under OnGameModeInit
Код:
* Type /crepick * Open the folder scriptfiles * Next, open the Pickup.txt * Press CTRL + a and open your GM script, and replace the code under OnGameModeInit
Код:
0 The pickup does not display. 1 Not pickupable, exists all the time. (Suitable for completely scripted pickups using OnPlayerPickUpPickup) 2 Pickupable, respawns after some time. 3 Pickupable, respawns after death 4 Disappears shortly after created (perhaps for weapon drops?) 5 Disappears shortly after created (perhaps for weapon drops?) 8 Pickupable, but has no effect. Disappears automatically. 11 Blows up a few seconds after being created (bombs?) 12 Blows up a few seconds after being created. 13 Slowly decends to the ground. 14 Pickupable, but only when in a vehicle. Falls through objects made with CreateObject, etc. 15 Pickupable, respawns after death 19 Pickupable, but has no effect (information icons?) 22 Pickupable, respawns after death. 23 Pickupable, but doesn't disappear on pickup.
Код:
SOON
Here (Pastebin)
Sorry for my bad English