Forum Forum Ogólnotematyczne / Bez rejestracji Strona Główna Forum Ogólnotematyczne / Bez rejestracji
Forum o wszystkim i dla wszystkich Gry,Tapety,Newsy,Internet,Programy,Sprzęt komputerowy,Tricki,i wiele innych...
 
 » FAQ   » Szukaj   » Użytkownicy   » Grupy  » Galerie   » Rejestracja 
 » Profil   » Zaloguj się, by sprawdzić wiadomości   » Zaloguj 

Kody z Pepsi

 
Napisz nowy temat   Odpowiedz do tematu    Forum Forum Ogólnotematyczne / Bez rejestracji Strona Główna -> Problemy
Zobacz poprzedni temat :: Zobacz następny temat  
Autor Wiadomość
Jolek
Gość






PostWysłany: Czw 21:32, 17 Cze 2010    Temat postu: Kody z Pepsi Zmień/Usuń ten post

Potrzebuje kody z pepsi 0,5l i 1l jezeli takie psoaidacie to wysylajcie na numer gg 3141999
Powrót do góry
Gość







PostWysłany: Sob 12:03, 19 Cze 2010    Temat postu: Zmień/Usuń ten post Usuń ten post

Const
MinHPPercent = 85; //
var
Creature: TCreature;

function GetItemFromOpenBackpack(ID: integer): TItem;
var
x: integer;
y: integer;
begin
Result := nil;
for x := 0 to Self.Containers.Count - 1 do
begin
if x >= Self.Containers.Count then Break;
for y := 0 to Self.Containers.Container[x].Count - 1 do
begin
if y >= Self.Containers.Container[x].Count then Break;
if Self.Containers.Container[x].Item[y].ID = ID then
begin
Result := Self.Containers.Container[x].Item[y];
Exit;
end;
end;
end;
end;

while not Terminated do
begin
UpdateWorld;
for x := 0 to Creatures.Count - 1 do
begin
if (Creatures.Creature[x].Name=Self.Name) then
begin
if (Creatures.Creature[x].Health <= MinHPPercent) then
begin
Rune := GetItemFromOpenBackpack(3193);
if Rune <> nil then
begin
Rune.UseWithGround(Self.X, Self.Y, Self.Z);
Sleep(50);
end;
end;
end;
end;
Sleep(10);
end
Powrót do góry
Wyświetl posty z ostatnich:   
Napisz nowy temat   Odpowiedz do tematu    Forum Forum Ogólnotematyczne / Bez rejestracji Strona Główna -> Problemy Wszystkie czasy w strefie CET (Europa)
Strona 1 z 1

 
Skocz do:  
Możesz pisać nowe tematy
Możesz odpowiadać w tematach
Możesz zmieniać swoje posty
Możesz usuwać swoje posty
Nie możesz głosować w ankietach


fora.pl - załóż własne forum dyskusyjne za darmo
Powered by phpBB © 2001, 2005 phpBB Group
subMildev free theme by spleen & Programosy
Regulamin