Problem in Team Qulif

03/09/2013 04:23 shadowman123#16
Rofl Androw enta labest nfsak 3al fady .. la meno hyt3alem wala mno hyshba3 w hyo3od kol shwaya yzen 3la dma3'ak enak t3melo 7aga .. 3shan hwa kslaaaan w msh 3ayez yt3alem :S ,.... End of Story
03/09/2013 04:29 MrCaSpR#17
Quote:
Originally Posted by shadowman123 View Post
Rofl Androw enta labest nfsak 3al fady .. la meno hyt3alem wala mno hyshba3 w hyo3od kol shwaya yzen 3la dma3'ak enak t3melo 7aga .. 3shan hwa kslaaaan w msh 3ayez yt3alem :S ,.... End of Story
Ya 3am ahmed ana m4 3aiz men had haga ana kol elly 3aizo had y2ole el problem's fen w at3aml ma3ha w isa hahl7a ana w ya3m 3andk kelma helwa 2ol anta m4 3aiz tesa3d wala teseb had yes3d mayten om abo el asklal elly zaik ya gad3 ma anta low 3andk dam mat5o4 trod feh mawdo3e
03/09/2013 05:06 JohnHeatz#18
Keep in mind that the rules say if you post in a thread that was started in English or German, you are not allowed to post in a different language than those...just a warning
03/09/2013 05:10 MrCaSpR#19
Quote:
Originally Posted by JohnHeatz View Post
Keep in mind that the rules say if you post in a thread that was started in English or German, you are not allowed to post in a different language than those...just a warning
oki man i'm sorry i don't know
03/09/2013 12:49 shadowman123#20
Quote:
Originally Posted by MrCaSpR View Post
Ya 3am ahmed ana m4 3aiz men had haga ana kol elly 3aizo had y2ole el problem's fen w at3aml ma3ha w isa hahl7a ana w ya3m 3andk kelma helwa 2ol anta m4 3aiz tesa3d wala teseb had yes3d mayten om abo el asklal elly zaik ya gad3 ma anta low 3andk dam mat5o4 trod feh mawdo3e
ya3ny enta 2olt msh 3ayez shtema w bta3 tro7 t3'lat enta fya !! enta 3;reeb 2wy w b3den enta mfhmtnash 7aga 2slan 3shan ns3dak kol eli enta 2olto enak 3ayez code ... tb3an m7adesh fena hydek 2kwad .. laken momken 2s3dak .. eah el moshkila ?

Translation :-
you didnt want us to insult u and here u r insulting me .. keeping in mind that u havent tell us what kind of problem do u face .. give us detailed information about it to be able to help u but we wont give codes away
03/09/2013 13:14 abdoumatrix#21
Quote:
Originally Posted by go for it View Post
feh 7aga esmaha sniff packet
al sniff packet deh ya3ny 7adrtak tagyb bernamag zay "comon"
dah bernamag bygblak al packets
w ro7 tq w garab tad5ol al team arena
shof e al packets aly hatgylak w 2a3malaha system fel server 3andak
al 7akayea mesh sa3ba bas law ma3malthash bnafsak walaw mara hatfdal tol 3omrak mesh fahem 7aga , w law 3amltaha mara mesh hat7tag men 7ad tany 7aga
u mean this ,right?
[Only registered and activated users can see links. Click Here To Register...]

do u have it workig cuz i downloaded it many times and same error
i wanna to try it
(howa dah ely ana 3ayez at3lemo)
03/09/2013 14:09 shadowman123#22
Quote:
Originally Posted by abdoumatrix View Post
u mean this ,right?
[Only registered and activated users can see links. Click Here To Register...]

do u have it workig cuz i downloaded it many times and same error
i wanna to try it
(howa dah ely ana 3ayez at3lemo)
Packet Sniffer + Programming Background = You can Code any system u would like to .. check Attack packet and sniff it and u will understand alot
03/09/2013 14:30 abdoumatrix#23
Quote:
Originally Posted by shadowman123 View Post
Packet Sniffer + Programming Background = You can Code any system u would like to .. check Attack packet and sniff it and u will understand alot

i know but packet sniffer nerver had working one
(el moskela fe el packet sniffer mesh byrday yst3'al m3aya)
03/09/2013 14:53 shadowman123#24
Tried Run as an Admin ?
03/09/2013 17:14 abdoumatrix#25
Quote:
Originally Posted by shadowman123 View Post
Tried Run as an Admin ?
same error :(
03/09/2013 17:24 MrCaSpR#26
Quote:
Originally Posted by shadowman123 View Post
Tried Run as an Admin ?
man i'm sorry man but i need any one help me i learning c# i'm not professional so i found my problem in packet handle because Code arena in packet = code arena qulif It can not more than one sign out after end Match
03/09/2013 17:46 shadowman123#27
Whats the Problem .. eaah el moshkila 3ndaaak dlwaa2ty fel Team Arena ?
03/09/2013 17:56 MrCaSpR#28
Quote:
Originally Posted by shadowman123 View Post
Whats the Problem .. eaah el moshkila 3ndaaak dlwaa2ty fel Team Arena ?
problem can't any man play in team quilfar sign out after match end

(el moshikla an el nas bet5o4 w ba3d el match ma by5ls ma7d4 bytl3 tani nafs makno byfdlo ma7bosen gowa )
03/09/2013 18:28 shadowman123#29
aaaaaaaaaaaaah de sahla fash5 ya 3am ...

Code:
foreach (Client.GameState Player in Kernel.Gamepool.Values)
{
   if (player.Entity.MapID == //Team Arena)
   {
       Player.Entity.Teleport(PreviousMap, PreviousX, PreviousY);
    }
}
7ot de fel void eli hwa byt3melo call lama el Team byksab .. bas kda


There is better way of Handling this ..when Team Leader Assign For Team Arena Match Add the Players of Both Teams Into Dictionery ... and then Make ..

Code:
foreach (Client.GameState Player in Kernel.TeamArena.Values)
{
  Player.Entity.Teleport(PreviousMap, PreviousX, PreviousY);
}
Getting values from TeamArena Dictionery is Faster than getting it in GamePool Dictionery as GamePool Dictionery contains all Online players so it would take longer in getting values

7asis enak msh htfham 7aga bas eshta ya3ny 7awel
03/09/2013 18:31 MrCaSpR#30
Quote:
Originally Posted by shadowman123 View Post
aaaaaaaaaaaaah de sahla fash5 ya 3am ...

Code:
foreach (Client.GameState Player in Kernel.Gamepool.Values)
{
   if (player.Entity.MapID == //Team Arena)
   {
       Player.Entity.Teleport(PreviousMap, PreviousX, PreviousY);
    }
}
7ot de fel void eli hwa byt3melo call lama el Team byksab .. bas kda
feh anhe

void import feh a5rha wala fen