Jump to content

طلب


Recommended Posts

addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), 
function () 
        setPlayerHudComponentVisible( "wanted", false ) 
end) 

مثالك صحيح ولاكن نسيت تحط ارقمنت الاعب وهو اول ارقمنت من هذا الفنكشن

bool setPlayerHudComponentVisible ( player thePlayer, string component, bool show ) 

player thePlayer = ??

#2 Example

addCommandHandler ( "اخفاء", 
function ( player )  
    setPlayerHudComponentVisible ( player, "wanted", false ) 
end ) 
Link to comment

كوده صحيح

شف

addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), 
function () 
        setPlayerHudComponentVisible( "wanted", false ) 
end) 

onClientResourceStart == Client Side

والفنكشن دا

setPlayerHudComponentVisible 

كلينت + سيرفر

لاكن في الكلينت مافي 3 ارقمنت

و السيرفر ففيها 3 ارقمنتات

setPlayerHudComponentVisible( component, false ) 

دا كلينت

لاكن السيرفر بيكون بذا الشكل

setPlayerHudComponentVisible ( source, "ammo", false ) 

راجع الويكي

https://wiki.multitheftauto.com/wiki/Se ... entVisible

Link to comment
كوده صحيح

شف

addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), 
function () 
        setPlayerHudComponentVisible( "wanted", false ) 
end) 

onClientResourceStart == Client Side

والفنكشن دا

setPlayerHudComponentVisible 

كلينت + سيرفر

لاكن في الكلينت مافي 3 ارقمنت

و السيرفر ففيها 3 ارقمنتات

setPlayerHudComponentVisible( component, false ) 

دا كلينت

لاكن السيرفر بيكون بذا الشكل

setPlayerHudComponentVisible ( source, "ammo", false ) 

راجع الويكي

https://wiki.multitheftauto.com/wiki/Se ... entVisible

الكود حقه اشتغل معي, وش المشكله؟؟

Link to comment

انا اول مافتحت الصفحه شفت سيرفر , مانزلت وشفت كلينت

مشكور عالتوضيح + مثالي من جانب سيرفر وشغال 100% ومثال بلاك نكست من جانب كلانت وشغال بعد 100% ء

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...