I guess no one knows my problem tho..
I guess no one knows my problem tho..
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.. :)
Last edited by Lazerhack; 08-12-15 at 06:17 PM.
guys where i can edit the imperial guardian event time ?
Last edited by Lazerhack; 08-12-15 at 07:06 PM.
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
guys who tested . Is the points adds online by /add command or need to relogin?
adding a socket to an item give me this..
someone know to fix this?