Ir para conteúdo

mccrater

Membro
  • Registro em

  • Última visita

  1. Boa noite pessoal, no meu console está aparecendo um ERRO, que nao consigo achar ele, e tbm nao sei por qual motivo ele está aparecendo, só sei que aparece isso aquii Meu Script local Player = { --baseSt = 3633, --storages from 3633 to +21 up will be used frags = 666 --storage to store the amount of kills of the player } function onKill(cid, target, lastHit) if isPlayer(target) then doPlayerAddFrags(cid, 1) doCreatureSetStorage(cid,t.frags,getCreatureStorage(cid,t.frags)+1) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,'WarOt Says: You Killed Another Player You Have Now: '.. getCreatureStorage(cid,t.frags) ..' Frags.') else if getPlayerName(cid) == getPlayerName(target) or getPlayerIp(cid) == getPlayerIp(target) then doCreatureAddHealth(cid, -5) doCreatureAddMana(cid, -5) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE,"WarOt Says: You dont receive reward for killing yourself.") end end return true end

Informação Importante

Confirmação de Termo