Postado Janeiro 26, 2014 11 anos -- Função by LekoDS local cash = 10000 * 100 local talkclean = "[SISTEMA DE ANUNCIO] Fale sua oferta novamente!" local msgerro = "[SISTEMA DE ANUNCIO] Desculpe! Para fazer uma oferta voce tem que ser Premium e ter uma quantia de " .. cash .." gold!" function onSay(cid, words, param, channel) if param == '' then return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, talkclean) end if getPlayerMoney(cid) >= cash then doPlayerRemoveMoney(cid, cash) doPlayerBroadcastMessage(cid, param) else doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, msgerro) end return true end -"Supra Omnes Lux Lucis" - Acima de todos brilha a Luz -
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.