• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua function to change outfit color

Dubler

PHP, LUA, C++
Joined
Aug 3, 2009
Messages
268
Reaction score
11
Location
Poland
Hi,
how can i change outfit color? I need function with config in vars
 
doCreatureChangeOutfit(cid, {lookType=1, lookTypeEx=2, lookHead=3, lookBody=4, lookLegs=5, lookFeet=6, lookAddons=7})

parameters lookTypeEx and lookAddons are optional.
 
Back
Top