Jump to content

coshnaut

Member
  • Posts

    52
  • Joined

  • Last visited

  • Days Won

    1

coshnaut last won the day on December 13 2022

coshnaut had the most liked content!

About coshnaut

  • Birthday November 9

Recent Profile Visitors

1,873 profile views

coshnaut's Achievements

Rookie

Rookie (3/6)

2

Reputation

2

Community Answers

Single Status Update

See all updates by coshnaut

  1. # multi kit prevention
    on command /kit:
    	if {cangetkit::%player%} is true:
    		# nothing
    	if {cangetkit::%player%} is false:
    		send "You already obtained a kit!"
    		set {cangetkit::%player%} to false
    
    on death:
    	set {cangetkit::%player%} to true
    
    on first join:
    	set {cangetkit::%player%} to true

    kit disable.txt

×
×
  • Create New...