Chalwk / HALO-SCRIPT-PROJECTS

:white_check_mark: Halo PC|CE - Add-ons for Phasor V2+ and SAPP :new_zealand:
Other
32 stars 13 forks source link

[new] Item Spawner #106

Closed Chalwk closed 3 years ago

Chalwk commented 3 years ago

Advanced Item Spawner

Description:

An advanced item spawner mod. Give yourself (or others) weapons, vehicles and equipment.

script download link

Command Syntax:

/give [item] [opt pid/ or "all"] [opt -amount] /spawn [item] [opt pid/ or "all"] [opt -amount] /enter [item] [opt pid/ or "all"] [opt -amount/-seat/-gd] /enter [seat] [opt pid/ or "all"] /enter /clean [pid/* or "all"] [type]

Command Examples: Command Description
/give sniper Give sniper to yourself
/give sniper 1 Give sniper to player 1
/give sniper 1 -amount 5 Give 5 sniper rifles to player 1
/spawn tank Spawn tank at your location
/spawn tank 1 Spawn Tank at player 1's position
/spawn tank 1 -amount 5 Spawn 5 tanks at player 1's position
/enter hog Enter warthog at your current location
/enter hog 1 Enter player 1 into a warthog at their current position
/enter hog 1 -amount 5 Enter player 1 into 5 warthogs at their current position
/enter hog 1 -seat 3 Enter player 1 into passengers seat of warthog at their current position
/enter hog 1 -gd Enter player 1 into gunner seat and driver seat of warthog at their current position
/enter hog 1 -seat 3 -amount 10 Enter player 1 into passengers seat of 10 warthogs at their current position
/enter hog 1 -gd -amount 10 Enter player 1 into gunner seat and driver seat of 10 warthogs at their current position
/enter 1 1 Force player 1 into seat 1 of the vehicle you're looking at.
/enter Enter the driver seat of the vehicle you're looking at.
/clean 1 1 Clean Item Spawn Objects for player 1
/clean 1 2 Clean Vehicle Spawn Objects for player 1
/clean 1 2 Clean Vehicle Spawn & Item Spawn Objects for player 1
Chalwk commented 3 years ago

Script updated. Fixed a bug and added a couple more objects to the items array.