Muvuka 1 Postado Setembro 4 Share Postado Setembro 4 function onKill(cid, target) if isPlayer(cid) and isPlayer(target) then local targetPosition = getCreaturePosition(target) if targetPosition then doSendAnimatedText(targetPosition, "[OWNED!]", 35) end end return true end -=[TFS - 0.3.6 - 8.60]=- Não aparece owned! quando mata o player Link para o comentário Compartilhar em outros sites More sharing options...
0 El Rusher 37 Postado Setembro 4 Share Postado Setembro 4 function onKill(cid, target) if isPlayer(cid) and isPlayer(target) then local targetPosition = getCreaturePosition(target) if targetPosition then doSendAnimatedText(targetPosition, "[OWNED!]", TEXTCOLOR_RED) -- Usando uma cor padrão de texto end end return true end Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Muvuka 1
-=[TFS - 0.3.6 - 8.60]=- Não aparece owned! quando mata o player
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados