Aewwww Vlww Kra , Agora so presciso do primeiro Script
Algem me Ajuda com o Primeiro Script aeww..
Pow Algum scripter Ajuda aew Namoral To prescisando mt desse primeiro Script Para Abrir Meu ot ..
Msn : lukinhasloki@hotmil.com Adiciona aew Algum Scripter q Manja dessas coisas.
VodKart Eu Reiniciei O Server e o Script 1 n Funcionou tem como arruma pra mim ? eu botei o de antes
Script:local config = {
rateExperience = getConfigInfo('rateExperience'),
rateSkill = getConfigInfo('rateSkill'),
rateLoot = getConfigInfo('rateLoot'),
rateMagic = getConfigInfo('rateMagic'),
rateSpawn = getConfigInfo('rateSpawn'),
protectionLevel = getConfigInfo('protectionLevel'),
stages = getBooleanFromString(getConfigInfo('experienceStages'))
}
function onSay(cid, words, param, channel)
local exp = config.rateExperience
if(config.stages) then
exp = getExperienceStage(getPlayerLevel(cid), getVocationInfo(getPlayerVocation(cid)).experienceMultiplier)
end
doPlayerPopupFYI(cid, "Server Information:\n\nExperience rate: x" .. exp .. "\nSkills rate: x" .. config.rateSkill .. "\nLoot rate: x" .. config.rateLoot .. "\nMagic rate: x" .. config.rateMagic .. "\nSpawns rate: x" .. config.rateSpawn .. "\nProtection level: " .. config.protectionLevel)
return true
end