5 тяжек чарика
Пользователь
Lua:
function SCHEMA:OnCharCreated(client, character)
local getInventory = character:getInv();
if (getInventory) then
if (character:getFaction() == FACTION_BANDIT) then
getInventory:add("flashlight", 1);
getInventory:add("bandit", 1);
end;
end;
end;