Jump to content

Zorke

Inactive Member
  • Posts

    28
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Zorke

  1. 1. Hello, i have a bug with exchange .. when i clicked first time , the exchange disappear but when i clicked second time the exchange work without any error .. all time until close the client for that player you clicked second time. How fix it ? In syserr client i have this: This a video about this bug: PvP system i fix.
  2. Hello , this script premiumvip = player.GetName() if app.GetGlobalTimeStamp() - self.lastupdate < 0: self.lastupdate = app.GetGlobalTimeStamp() if app.GetGlobalTimeStamp() - self.lastupdatee < 0: self.lastupdatee = app.GetGlobalTimeStamp() if premiumvip.find("[VIP]")!=-1: if self.lastupdate == 0: self.lastupdate = app.GetGlobalTimeStamp() if app.GetGlobalTimeStamp() - self.lastupdate >= 60: self.lastupdate = app.GetGlobalTimeStamp() net.SendEmoticon(12) make a more than one logo i use this: if premiumvip.find("[VIP]")!=-1 and self.lastupdate==0: self.lastupdate = 1 net.SendEmoticon(12) but i have a bug if i put on armor remove , but if i teleport anywhere the logo can see again , this script make better. Good Luck, Zorke.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.