-
Posts
56 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
China_Yann's Achievements
Snitch (10/54)
8
Reputation
-
Nixon reacted to a post in a topic:
Master of Lua developer[PAID]
-
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.
-
China_Yann reacted to a post in a topic:
[REL] Multi Selection Tool Ultimate
-
thisdp reacted to a post in a topic:
MTASA! Long time to see! Chinese Group中文讨论组
-
China_Yann reacted to a post in a topic:
Chinese subforum / 中文分论坛
-
China_Yann reacted to a post in a topic:
Chinese subforum / 中文分论坛
-
China_Yann reacted to a post in a topic:
我觉得这里会成为中国MTASA服主的交流阵地
-
China_Yann reacted to a post in a topic:
MTASA! Long time to see! Chinese Group中文讨论组
-
MTASA! Long time to see! Chinese Group中文讨论组
China_Yann replied to China_Yann's topic in Chinese / 中文
哈哈哈哈哈,冲冲冲 我是不是话说的太狂了!!哈哈哈 -
As the title mentioned. My discord: hellotianyuan#6990
-
QQ群: 555422278 中国MTASA开发者集散地。 一切关于mtasa的脚本开发,建模,贴图的开发者都可以参与我们的讨论。 中文社区最具实力的开发者给你答疑解惑。
-
China_Yann reacted to a post in a topic:
Multi Theft Auto: San Andreas 1.5.8 is released!
-
China_Yann reacted to a post in a topic:
[REL] Three games
-
China_Yann reacted to a post in a topic:
[Rel] HTML login/register roleplay server
-
China_Yann reacted to a post in a topic:
[APRIL FOOLS] MTASA bought by SAMP
-
China_Yann reacted to a post in a topic:
MTA Modding in 3D
-
dalexoxo reacted to a post in a topic:
[RELEASE] Selfmade Gamemodes and Scripts
-
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.
-
[HELP] The video does not start... How to fix this?
China_Yann replied to Tokio's topic in Scripting
I have the same error, it's a bug I guess. -
Thanks for your work!
-
Actually, 1.5.6 works well, I guess It's might be a bug of latest version and have reported this error to github. 你在这个论坛活跃度很高啊!
-
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.
-
It's a unzipped resource, thanks a lot, I will try it and return you result, thank you again administrator.
-
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.
-
https://wiki.multitheftauto.com/wiki/TriggerServerEvent
-
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.
-
China_Yann started following NaGaFo
-
Only GUI account system? !!!
