Jump to content

Simon

Advanced members
  • Content Count

    161
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Simon

  1. Double click on it.About glows you should add skilleff/sceneeffectinfo lines to your server as well as the custom texture/models.
  2. Can you tell us the problem you actually have?I'm confused.
  3. Are you sure that the path of cloaks.dat you created is correct?I'm sure not.
  4. Add this function to functions.lua: function file_exists(name) local f=io.open(name,"r") if f~=nil then io.close(f) return true else return false end end and then it should work
  5. GM panel in website not the APP
  6. You can add free points to your account either by adding it using Admin Panel or PTS Column in dbo.account or dbo.account_login tables on SQL databases or SQL Query (I'm not home atm I can't provide the query)
  7. https://mega.nz/#!9dp2zBaa!nrR_XdWCpjFZ0QY-n8G-IX6o2J4kn0igM0wmK3IqtTY
  8. Simon

    Simple VIP

    You require: Hook & Serialize Add-ons (Not sure about Hook) create a folder named "extension" on your script folder,put this system there and then load it from skilleffect.lua preferably example: dofile(GetResPath("script\\extension\\BillyVIP\\start.lua"))
  9. Enter your map folder: CTRL.lua => you will find a function containing X & Y,these are the coords supposed to make the map open in. now ENTRY.lua => you will find a function named init_entry or something like this,you'll see a spot for a map region EG = X = 2202 Y = 2770 MAP = garner.
  10. If you want to remove them without edits then check your map folder>ctrl.lua and remove these things with AddWeather or so.
  11. It's a waste to spend 100$ since the very beginning @Studweiser21,why would you spend 100$ on something you're not yet sure of its success neither have completed it,just get a 13GB ram VPS and start your server,if it grows,invest more on it.No point on spending that money since the start,it will be a huge loss if you don't success your business.
  12. Look better,choose your offer then modify your specs,the only bad side on this hosting service that it's Russian & every server is located in Russia which could make conflicts on the players connection/ping due to the long duration of the packets receiving.
  13. @wowo Next time don't come pulling garbage out from your mouth.
  14. I believe Wrexor released before in discord LUASQL V2.0 which registers every function without the person intervention and works way much better than the ones released by Xeon here.
  15. If I am correct,I remember that yudha has another one and saeed has written "anitbot" before instead of "antibot" so I believe it's Saeed not yudha.
  16. He is asking for the same way provided on his screenshot,I believe there could be some way to port it from 2.x to 1.3x but I don't know if anyone or me can do it.
×
×
  • Create New...