re: [Release] zTeam Season 6 EP3 + Source
I guess no one knows my problem tho..
re: [Release] zTeam Season 6 EP3 + Source
Who know how to block multiple windows of Main.exe from zClient.dll source?
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
CMETAHKA
Who know how to block multiple windows of Main.exe from zClient.dll source?
You can code in it, if main.exe running 2 times and the user start a 3rd one, you can close the latest opened main.exe
Process[] gameProcs_ = Process.GetProcessesByName(Global.GameProcessName);
if (gameProcs_[0].StartTime > gameProcs_[1].StartTime && gameProcs_[0].StartTime > gameProcs_[2].StartTime)
{
gameProcs_[0].Kill();
}
elseif... etc.. :)
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
djsad94
You can code in it, if main.exe running 2 times and the user start a 3rd one, you can close the latest opened main.exe
Process[] gameProcs_ = Process.GetProcessesByName(Global.GameProcessName);
if (gameProcs_[0].StartTime > gameProcs_[1].StartTime && gameProcs_[0].StartTime > gameProcs_[2].StartTime)
{
gameProcs_[0].Kill();
}
elseif... etc.. :)
This is exactly what i meant. Thank you!
re: [Release] zTeam Season 6 EP3 + Source
guys where i can edit the imperial guardian event time ?
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
djsad94
You can code in it, if main.exe running 2 times and the user start a 3rd one, you can close the latest opened main.exe
Process[] gameProcs_ = Process.GetProcessesByName(Global.GameProcessName);
if (gameProcs_[0].StartTime > gameProcs_[1].StartTime && gameProcs_[0].StartTime > gameProcs_[2].StartTime)
{
gameProcs_[0].Kill();
}
elseif... etc.. :)
How and where i need to define - Process, gameProcs_ ?
http://lorentum.com/766.jpg
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
djsad94
You can code in it, if main.exe running 2 times and the user start a 3rd one, you can close the latest opened main.exe
Process[] gameProcs_ = Process.GetProcessesByName(Global.GameProcessName);
if (gameProcs_[0].StartTime > gameProcs_[1].StartTime && gameProcs_[0].StartTime > gameProcs_[2].StartTime)
{
gameProcs_[0].Kill();
}
elseif... etc.. :)
it can bypass very easy :)
re: [Release] zTeam Season 6 EP3 + Source
hi guys im use zteam season 6.3 files but i really dont know how to use and configure the vip system of this files , can anyone explain me fast where i can edit the vip duration, the vip exp... please
Thanks
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
BladeKnight109
it can bypass very easy :)
Any ideas about another way to block more than 3 windows of game?
re: [Release] zTeam Season 6 EP3 + Source
guys who tested . Is the points adds online by /add command or need to relogin?
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
SimilaR
guys who tested . Is the points adds online by /add command or need to relogin?
test it yourself is not that hard ...
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
Anonym11
Have any can reupload it ! Please?
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
thanh06
Have any can reupload it ! Please?
Could someone reupload these files, please ?
re: [Release] zTeam Season 6 EP3 + Source
adding a socket to an item give me this..
https://forum.ragezone.com/cache.php...%2F3Bn3wCP.png
someone know to fix this?
re: [Release] zTeam Season 6 EP3 + Source
Quote:
Originally Posted by
PiECLOUD
enable socketitem in source