AHMAD1234 Posted May 28, 2013 Author Share Posted May 28, 2013 وانت كيف مسوي الترايقر على طول كذا بـ الكلنت؟ بدون زر او اي شيء ؟ ذذ عشان تسذآ يب انا داري بس اقلك اشتغل ض1 client local teamName = "Gang" triggerServerEvent('player',getLocalPlayer(),teamName) server addEvent ("player", true) addEventHandler ("player", getRootElement(), function ( teamName ) if ( getTeamName( getPlayerTeam( source ) ) == teamName ) then outputChatBox(' You are at '..teamName..' ',source) else outputChatBox(' You are not from the '..teamName..' ',source ) end end ) Link to comment
iPrestege Posted May 28, 2013 Share Posted May 28, 2013 تمآم ي ليت تنظم اكوادكـ افضل ذذ Link to comment
AHMAD1234 Posted May 28, 2013 Author Share Posted May 28, 2013 تمآم ي ليت تنظم اكوادكـ افضل ذذ طيب الحين المشكلة كيف نحط ذا الامر يا برستيج addEventHandler("onVehicleStartEnter",root, اهم شئ هو ترى..؟ Link to comment
iPrestege Posted May 28, 2013 Share Posted May 28, 2013 لية الترايقر اصلا؟ ماله اي داعي ! Link to comment
AHMAD1234 Posted May 28, 2013 Author Share Posted May 28, 2013 لية الترايقر اصلا؟ ماله اي داعي ! لكين يا برستيج الامر يقول عند دخول السيارة addEventHandler("onVehicleStartEnter",root, وبدونه اعتقد الوظيفة ما راح تشتعل زين... Link to comment
iPrestege Posted May 28, 2013 Share Posted May 28, 2013 عارف بس تقدر تسوية سيرفر بدون اي ترايقر ذذ Link to comment
AHMAD1234 Posted May 28, 2013 Author Share Posted May 28, 2013 عارف بس تقدر تسوية سيرفر بدون اي ترايقر ذذ كيف يعني يا برستيج ما فهمت عليك..؟ Link to comment
iPrestege Posted May 28, 2013 Share Posted May 28, 2013 -- # Server Side : addEventHandler('onVehicleStartEnter',root, function ( player ) if ( getPlayerTeam ( player ) == getTeamFromName ( 'Gang' ) ) then outputChatBox('* #0069c7You Can"t Enter The Vehicle',player,255,0,0,true); cancelEvent ( true ); end; end ); جرب هـ الكود سيرفر ورد لي بدون ترايقر و لا خربطة ذذ .. Link to comment
AHMAD1234 Posted May 28, 2013 Author Share Posted May 28, 2013 -- # Server Side : addEventHandler('onVehicleStartEnter',root, function ( player ) if ( getPlayerTeam ( player ) == getTeamFromName ( 'Gang' ) ) then outputChatBox('* #0069c7You Can"t Enter The Vehicle',player,255,0,0,true); cancelEvent ( true ); end; end ); جرب هـ الكود سيرفر ورد لي بدون ترايقر و لا خربطة ذذ .. اوكي حلو شغال.. Link to comment
AHMAD1234 Posted June 2, 2013 Author Share Posted June 2, 2013 خخخخخخخخخخخ برستيج خلاص لقيت الحل ض1 Settings = { ["teamName"] = "Gang", } Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now