Postado Outubro 13, 2017 7 anos Olá, alguém pode colocar esse script pra contar se estiver na pt também? e se possivel colocar para se estiver shareando com o outro cara Citar function onKill(cid, target) if isPlayer(target) then return true end local storagered = 61982 if (getCreatureName(target) == "Red Susanoo Warrior") and (getCreatureSkullType(target) == SKULL_RED) or (getCreatureName(target) == "Blue Susanoo Warrior") and (getCreatureSkullType(target) == SKULL_RED) or (getCreatureName(target) == "Purple Susanoo Warrior") and (getCreatureSkullType(target) == SKULL_RED) or (getCreatureName(target) == "[mvp]the chosen one") and (getCreatureSkullType(target) == SKULL_RED) then setPlayerStorageValue(cid, storagered, getPlayerStorageValue(cid, storagered) + 1) end local storagegreen = 61983 if (getCreatureName(target) == "Red Susanoo Warrior") and (getCreatureSkullType(target) == SKULL_GREEN) or (getCreatureName(target) == "Blue Susanoo Warrior") and (getCreatureSkullType(target) == SKULL_GREEN) or (getCreatureName(target) == "Purple Susanoo Warrior") and (getCreatureSkullType(target) == SKULL_GREEN) or (getCreatureName(target) == "[mvp]the chosen one") and (getCreatureSkullType(target) == SKULL_GREEN) then setPlayerStorageValue(cid, storagegreen, getPlayerStorageValue(cid, storagegreen) + 1) end local storagewhite = 61984 if (getCreatureName(target) == "Red Susanoo Warrior") and (getCreatureSkullType(target) == SKULL_WHITE) or (getCreatureName(target) == "Blue Susanoo Warrior") and (getCreatureSkullType(target) == SKULL_WHITE) or (getCreatureName(target) == "Purple Susanoo Warrior") and (getCreatureSkullType(target) == SKULL_WHITE) or (getCreatureName(target) == "[mvp]the chosen one") and (getCreatureSkullType(target) == SKULL_WHITE) then setPlayerStorageValue(cid, storagewhite, getPlayerStorageValue(cid, storagewhite) + 1) end local storageblack = 61985 if (getCreatureName(target) == "Red Susanoo Warrior") and (getCreatureSkullType(target) == SKULL_BLACK) or (getCreatureName(target) == "Blue Susanoo Warrior") and (getCreatureSkullType(target) == SKULL_BLACK) or (getCreatureName(target) == "Purple Susanoo Warrior") and (getCreatureSkullType(target) == SKULL_BLACK) or (getCreatureName(target) == "[mvp]the chosen one") and (getCreatureSkullType(target) == SKULL_BLACK) then setPlayerStorageValue(cid, storageblack, getPlayerStorageValue(cid, storageblack) + 1) end local storageyellow = 61986 if (getCreatureName(target) == "Red Susanoo Warrior") and (getCreatureSkullType(target) == SKULL_YELLOW) or (getCreatureName(target) == "Blue Susanoo Warrior") and (getCreatureSkullType(target) == SKULL_YELLOW) or (getCreatureName(target) == "Purple Susanoo Warrior") and (getCreatureSkullType(target) == SKULL_YELLOW) or (getCreatureName(target) == "[mvp]the chosen one") and (getCreatureSkullType(target) == SKULL_YELLOW) then setPlayerStorageValue(cid, storageyellow, getPlayerStorageValue(cid, storageyellow) + 1) end return true end
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.