Jump to content

China_Yann

Members
  • Posts

    56
  • Joined

  • Last visited

Everything posted by China_Yann

  1. This is the video of my server : https://www.bilibili.com/video/BV1uY4y1h72J?spm_id_from=333.337.search-card.all.click Even though the overall framework has been finished for several years, there are lots of necessary improvements in order to enhancing game's content. As you know, it's difficult to make a good server having huge systems by myself, I really hope some developers are willing to achieve this purpose, to build a dream exactly. It's better that you have a good experience on mta development because I hope all your works being able to catch high quality. If you are interest in this project, please contact me. I can pay you money for script or period, or give your shares. My discord: hellotianyuan#6990 E-mail: [email protected] Thank you all. All best.
  2. 哈哈哈哈哈,冲冲冲 我是不是话说的太狂了!!哈哈哈
  3. As the title mentioned. My discord: hellotianyuan#6990
  4. QQ群: 555422278 中国MTASA开发者集散地。 一切关于mtasa的脚本开发,建模,贴图的开发者都可以参与我们的讨论。 中文社区最具实力的开发者给你答疑解惑。
  5. HI, guys, Could you guys help me about Image nametag? the image nametag,requiring images and text Synchronously change in the different distance. could you share me your code of text function and image function? Thanks a lot.
  6. Actually, 1.5.6 works well, I guess It's might be a bug of latest version and have reported this error to github. 你在这个论坛活跃度很高啊!
  7. Dear administrator, I downloaded the 1.5.7 20190910 version, update the server side and client side, the problem(cannot play video) still have. but when I modify the path of video, the page works well in the chrome.
  8. It's a unzipped resource, thanks a lot, I will try it and return you result, thank you again administrator.
  9. Brother, I have the same problem, 1.5.7 cannot play the video in the browser, the privious 1.5.6 version work successfully, in this stage, I don't change anything. all of files, html, video and pictures,scripts, are included in the same resource. my topic: please help us dear developers of MTASA. Yeah, It might be a bug of new version.
  10. https://wiki.multitheftauto.com/wiki/TriggerServerEvent
  11. meta.xml: <meta> <!-- exports --> <script src= "win.Lua" type = "client" /> <!-- main scripts --> <script src= "client.Lua" type = "client"/> <script src= "server.Lua" type = "server"/> <file src="interface/index.html" /> <file src="interface/assert/logo.png" /> <file src="interface/assert/movie.webm" /> <oop>true</oop> </meta> client.Lua: local screenWidth, screenHeight = guiGetScreenSize() local page = "http://mta/srp_account/interface/index.html" local initBrowser = guiCreateBrowser(0, 0, screenWidth, screenHeight, true, false, false) local theBrowser = guiGetBrowser(initBrowser) addEventHandler("onClientBrowserCreated", theBrowser, function() loadBrowserURL(source, page) showCursor(true) end ) index.html: <!DOCTYPE HTML> <head> <style> body{ margin:0px; padding:0px; background-color:black; } #background-video{ width:100%; height:100%; margin:0px 0px; position:fixed; z-index:1; } #logo{ position:absolute; width:100%; height:45%; margin: 1% 0%; z-index: 2; } #selectionblock{ width:100%; height:7%; position: absolute; z-index:3; bottom:0px; background-color: rgba(255, 255, 255, 0.377); border-radius:5px; text-align: center; } </style> </head> <body> <div id="main"> <video id="background-video" autoplay loop muted controls><!--chrome播放需要加muted静音--> <source src="http://mta/srp_account/interface/assert/movie.webm" type="video/webm">your browser does not support the video tag.<!-- http://mta/srp_account/interface/assert/movie.mp4 http://mta/srp_account/interface/assert/movie.webm--> <!--<source src="assert/movie.webm" type="video/webm">your browser does not support the video tag.--> </video> <img src="assert/logo.png" id="logo"/> </div> <div id="selectionblock"></div> </body> The video cannot play when the resource start. I work successfully with the same code before I transfer my system disk. Please help me error screenshot: No any debug information be reported.
  12. China_Yann

    dxLibrary

    keep going bro!
  13. Only GUI account system? !!!
  14. Bug Report: Function: CustomStaticImage:setImage Line:9487 function CustomStaticImage.setImage(self, ...) return csiSetImage(self, ...) end Debug Information: ERROR: srp_account\win.lua:9487: attempt to call global'csiSetImage' (a nil value) Solution: Modify csiSetImage to cgiSetImage function CustomStaticImage.setImage(self, ...) return cgiSetImage(self, ...) end Now, it works. And, I'm sorry about that I don't know what the csi and cgi mean, I just simply make it works, please the author give it the right name.Thx:3 I will do that when I have a good control on it.
  15. Your reputation is the highest level in Chinese.Love you bro ?!!!
  16. It's true. Please pay more attention to following information underneath the wiki page. year years since 1900 ignore this: @thisdp 灯泡活跃在各大论坛?。
  17. I really wish that author keep updating this ui system, It's pretty good - clean and beautiful. I have a problem - the wiki is not complete, for instance the staticImg statement.
  18. like this, there are a lot of world buildings are missing when you are far away, how to solve it, I've tried engine functions of draw distance, but there is no anything change. Thanks
  19. Thanks you guys, I have a question, that's missing world buildings, especially in LA, when you have a certain distance, some buildings miss, how to solve it, please!?
  20. hellotianyuan#6990 ? Roleplay script. experienced scripter.
  21. Nice work! Gorgeous interfaces and useful functions, keep going!
  22. Hi! I've already set GTASA and MTASA through the Wineskin on mac, it announces that GTASA needs DVD. In order to solve it, I replace the GTASA.exe, but GTASA shows that the program error: "The program gta_sa.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience. This can be caused by a problem in the program or a deficiency in Wine. You may want to check the Application Database for tips about running this application." Thanks.
×
×
  • Create New...