Armor
This command sets the players armor level to the value you state.
The correct syntax is:
wcs.Command(<userid>).Armor(<amount>)
- Userid - Who's armor value you're chaning
- Amount - The new amount to set
Example:
def player_spawn(ev):
wcs.Command(ev['userid']).Armor(100)
# Gives the player 100 armor on spawn
Comments (0)
You don't have permission to comment on this page.