-
Posts
10,056 -
Joined
-
Days Won
27
Everything posted by iPrestege
-
Hi all i'm having a problem to use html in mta ;s so i'm trying to make a login panel via html and css and here's my html to call a trigger to mta client to call the server part ;p <head> <meta charset="UTF-8"> <title>MTA Arabs Login</title> <script> function aCall(command){ var login = document.getElementById("login").value var password = document.getElementById("password").value mta.triggerEvent("aOnCallMtaEvent", login, password, command) } </script> <link rel='stylesheet prefetch' href='http://fonts.googleapis.com/css?family=Open+Sans:600'> <link rel="stylesheet" href="css/style.css"> </head> <div class="login-form"> <div class="sign-in-htm"> <div class="group"> <label for="user" class="label">اسم المستخدم</label> <input id="user" type="text" class="input" id="login"> </div> <div class="group"> <label for="pass" class="label">كلمة المرور</label> <input id="pass" type="password" class="input" data-type="password" id="password"> </div> <div class="group"> <!--<input id="check" type="checkbox" class="check" checked>--> <!--<label for="check"><span class="icon"></span> Keep me Signed in</label>--> </div> <div class="group"> <input type="submit" class="button" value="تسجيل الدخول" onclick=aCall("login")> </div> And on the client : function aHTML ( login,password,command ) if (command == "login") then triggerServerEvent("aOnRequestLogin", resourceRoot, login, password) elseif (command == "register") then triggerServerEvent("aOnRequestRegister", resourceRoot, login, password) end end addEvent("aOnCallMtaEvent", true) addEventHandler("aOnCallMtaEvent", root, aHTML) and in the meta.xml : <export function="aHTML" http="true" /> But the function never get triggered so i'm not sure what's the problem also i'm new in html and css ;s Regards!
-
guiCreateButton ابحث في جميع الملفات الكلنت
-
افتح الملفات ودور وظيفة انشاء الزر وبدلها ب guiCreateStaticImage
-
لوحة مثل ايش مثلا؟
-
تم انشاء مسابقة على بطاقات شحن ويمكنك شراء سيرفر للعبه بـ خمسين لاعب .. او حرية أخذها واستخدامها للجوال يمكنك الدخول للاعلان من هنا ~ بالتوفيق للجميع
-
Anytime + نتمنى انضمامك لنا في مجتمع العرب www.mtaarabs.com
-
اخوي هي المفروض تكون 0.30 0.50 بدلها وجرب
-
اطرح اكوادك .. اللي جربتها
-
onClientGUIMouseEnter الحدث غير صحيح بدله ب onClientMouseEnter
-
صحيح السريال الان يفضل وبنسبه عاليه تجنبه يالكلاينت عدله بداتا بسريال الاعب
-
ماله علاقة اقصد تاكد من الازرار في الاحداث بالازرار اللي تبيها ذذ لانة الخطأ منها
-
تاكد من الازرار اللي حاطها انا لانك كنت حاطها انت يعني هل Guieditor.button[1] معرف؟ chat? تأكد وبدلها بحقاتك
-
addEventHandler ( 'onClientMouseEnter',GUIEditor.button[1], function ( ) guiSetAlpha(source, 0.8); playSoundFrontEnd(3); end,false ); addEventHandler ( 'onClientGUIClick',chat, function ( ) triggerServerEvent ( 'chat', localPlayer ) guiSetEnabled ( source,false ); setTimer ( guiSetEnabled,900000,1,source,true ); end,false ); bindKey ( 'F7','down', function ( ) guiSetVisible ( GUIEditor.window[1],not guiGetVisible ( GUIEditor.window[1] ) ); showCursor ( guiGetVisible ( GUIEditor.window[1] ) ); end );
-
كيف ما يبي يشتغل؟ اطرح كودكـ كامل ؟
-
guiSetEnabled ( aMyButton,false ); setTimer ( guiSetEnabled,900000,1,aMyButton,true );
-
html اعتقد لكن انا ماعندي خلفية عن الهتمل
-
guiSetEnabled setTimer -- Join us at : www.Mta-Arabs.CoM
-
تقدر تشيل كود التحقق من العالم getElementDimension