
06-18-2013, 08:46 PM
|
|
the fake one
|
 |
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
|
|
|
It's possible to remove weapons clientside (this.destroy() in the weapon—DO NOT DO THIS SERVERSIDE, IT WILL DELETE THE WEAPON FROM THE SERVER) but to add weapons you need to use player.addWeapon(weapon_name) and that must be done serverside. To remove weapons from a player serverside, use player.removeWeapon(weapon_name). |
|
|
|