Tutorials
1.
ALTER TABLE `users` ADD COLUMN IF NOT EXISTS `armor` LONGTEXT DEFAULT NULL;ALTER TABLE `players` ADD COLUMN IF NOT EXISTS `armor` LONGTEXT DEFAULT NULL;2.
exports.fivecode_armor:RemoveVest()-- 1: Player source
exports.fivecode_armor:RemoveVest(source)3.
-- 1: Player source
-- 2: Second player source
-- 3: Animation - (true/false)
exports.fivecode_armor:UndressVest(sourceFor, sourceFrom, anim)4.
5.
6.
Last updated