Postado Junho 13, 2013 12 anos Qual é a tag desse script shiny stone ? local evo = { ["Abra"] = "Shiny Abra", ["Arcanine"] = "Shiny Arcanine", ["Beedrill"] = "Shiny Beedrill", ["Blastoise"] = "Shiny Blastoise", ["Dratini"] = "Shiny Dratini", ["Electabuzz"] = "Shiny Electabuzz", ["Electrode"] = "Shiny Electrode", ["Grimer"] = "Shiny Grimer", ["Growlithe"] = "Shiny Growlithe", ["Gyarados"] = "Red Gyarados", ["Hitmonchan"] = "Shiny Hitmonchan", ["Hitmonlee"] = "Shiny Hitmonlee", ["Horsea"] = "Shiny Horsea", ["Onix"] = "Crystal Onix", ["Kingler"] = "Shiny Kingler", ["Krabby"] = "Shiny Krabby", ["Parasect"] = "Shiny Parasect", ["Pikachu"] = "Shiny Pikachu", ["Raichu"] = "Shiny Raichu", ["Raticate"] = "Shiny Raticate", ["Scyther"] = "Shiny Scyther", ["Seadra"] = "Shiny Seadra", ["Tentacruel"] = "Shiny Tentacruel", ["Venomoth"] = "Shiny Venomoth", ["Venusaur"] = "Shiny Venusaur", ["Voltorb"] = "Shiny Voltorb", ["Electrode"] = "Shiny Electrode", ["Gengar"] = "Shiny Gengar", ["Snorlax"] = "Big Snorlax", ["Vaporeon"] = "Shiny Vaporeon", ["Flareon"] = "Shiny Flareon", ["Jolteon"] = "Shiny Jolteon", ["Kadabra"] = "Shiny Kadabra", ["Alakazam"] = "Shiny Alakazam", ["Zubat"] = "Shiny Zubat", ["Pidgeot"] = "Shiny Pidgeot", ["Golbat"] = "Shiny Golbat", } local pokeballs = { [2394] = {"Pokeball"}, [2391] = {"Superball"}, [2393] = {"Greatball"}, [2392] = {"Ultraball"}, }
Postado Junho 13, 2013 12 anos Qual é a tag desse script shiny stone ? Script está completo? Spoiler local config = { delrey = getPlayerCarValue(cid, DELREY), cigarro = getPlayerCancer(cid, DERBY), prostituta = getPlayerAIDS(cid, cracuda), tresOitao = getPlayerRevorvi(cid, 38) } if(delrey == "Ligado" and cigarro == "Aceso" and prostituta == "No Colo" and tresOitao == "Carregado") then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Começou o fim de semana. #PAS") end
Postado Junho 13, 2013 12 anos Sim Nesse script você da use no item e clica no pokemon? Spoiler local config = { delrey = getPlayerCarValue(cid, DELREY), cigarro = getPlayerCancer(cid, DERBY), prostituta = getPlayerAIDS(cid, cracuda), tresOitao = getPlayerRevorvi(cid, 38) } if(delrey == "Ligado" and cigarro == "Aceso" and prostituta == "No Colo" and tresOitao == "Carregado") then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Começou o fim de semana. #PAS") 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.