-
Posts
244 -
Joined
-
Last visited
Everything posted by A7M8D
-
طيب اسم الالمنت الي هتحقق انه موجود و تشيله ؟
-
فين كود تشغيل الصوت ؟ ___________________________________ ارجو منك قبل المشاركة في القسم مراجعة هذا الموضوع للاخ نصور
-
stopSound(اسم الصوت) guiSetVisible
-
9/10 الخلفية مساحة كبيرة و فراغ علي الفاضي اقتراح تعمليها تطلع من تحت لفوق تكون افضل و تكون حزء من الشاشة بس لاكن كــ تصميم و شكل ايكونات رائع
-
اضغط علي الفنكشن هيدخلك علي الويكي تقدر منه تعرف نوع الملف فوق علي اليمين
-
What is the imp. of your signature photo ?
-
محرر نصوص ؟
-
function onPlayerQuit ( ) -- when a player leaves, store his current money amount in his account data local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) and not isGuestAccount ( playeraccount ) then -- if the player is logged in local playermoney = getPlayerMoney ( source ) -- get the player money setAccountData ( playeraccount, "piraterpg.money", playermoney ) -- save it in his account end end function onPlayerLogin (_, playeraccount ) -- when a player logins, retrieve his money amount from his account data and set it if ( playeraccount ) then local playermoney = getAccountData ( playeraccount, "piraterpg.money" ) -- make sure there was actually a value saved under this key (check if playermoney is not false). -- this will for example not be the case when a player plays the gametype for the first time if ( playermoney ) then setPlayerMoney ( source, playermoney ) end end end addEventHandler ( "onPlayerQuit", getRootElement ( ), onPlayerQuit ) addEventHandler ( "onPlayerLogin", getRootElement ( ), onPlayerLogin ) مثال بسيط من الويكي
-
addEventHandler ( "onClientResourceStart", root, function () downloadFile ("images/background.png") end ) الكود صحيح
-
"addEventHandler" "removeEventHandler" dxDrawText
-
السلام عليكم اهنيك يا بطل بالتوفيق لك و لسيرفرك
- 26 replies
-
- 1
-
-
- شيوخ العرب
- هجولة
-
(and 1 more)
Tagged with:
-
function RO(player) outputChatBox("["..getPlayerName(player).."]: والله ليك وحشة كيفك ؟ ",player,0,0,255,true ) end addCommandHandler("hi",RO)
-
روح برا اللوحة اضغط عليه وان لم يعمل فالمشكلة من اصدار الجيو اديتور
-
ياريت لو تمت الافادة صاحب الموضوع يقول
-
"onClientGUIClick" guiSetText الطلب الثاني تقدر تسويه عن طريق الاكاونت داتا ولما يرجع تسوي تحقق اذا معاه تعلم علي التشيك بوكس اذا مب معاه تنشال العلامة
-
@darbka2002 الكود صحيح الرجاء التاكد من صحة مسار الصورة
-
addCommandHandler fetchRemote ما جربت بس اعتقد لازم يكون الرابط اخره zip
-
تبي يحط رابط مود في اف 8 يركب في السيرفر ؟
-
https://developer.android.com/preview/download.html رابط تحميل Android Studio والجافا (شروحات) https://www.codecademy.com/learn/learn-java
-
@#_iMr.[E]coo بتعتزل اللعبة ؟
-
انت الحين خفيت التحميل لازم ترجع تحمله وماراح يظهر في الشريط addEventHandler ( "onClientResourceStart", root, function () downloadFile ("background.png") end )