Won't that just make the download even longer? I think you get the time-out error because the server has so many players on such complex scripts it struggles to provide you with the resources before a time-out occurs.
Won't that just make the download even longer? I think you get the time-out error because the server has so many players on such complex scripts it struggles to provide you with the resources before a time-out occurs.
If you want it to appear when they join the best thing would be onClientResourceStart, however, it will also trigger the GUI when the resource is (re)started. If you want it only on join then use onPlayerJoin (server-side) then triggerClientEvent.
I disabled non-logged in players from chatting using onPlayerChat and cancelEvent(), it also prevents them using console. The only thing it dosn't prevent is PM'ing. Although I might have a conflicting script or something.
Megaman, That's because it was designed for DP2.3. since then the scripting functions have changed and so therefore the script is outdated. You can try typing "upgrade" in your console. If it still dosn't work you will have to manually re-write some parts of it.
JBoy, I think that's because of all the images on the GUI.
Well, I recommend you scrap logingui and make your own from scratch. I find logingui is written a bit wierd. And if you look at the snippet of code below; there is no such function as "clientSubmitCreate" in your code.
addEventHandler("onClientGUIClick",register,clientSubmitCreate,false)