~DarkRacer~ Posted February 28, 2013 Share Posted February 28, 2013 السلام عليكم ورحمة الله وبركاته ممكن كود يخلي لون السيارة مثل لون التيم مثلًا لو كان لون التيم أحمر يصير لون السيارة أحمر طبعًا هذا الكلام ما يصير إلا في الريس وشكرًا Link to comment
iPrestege Posted February 28, 2013 Share Posted February 28, 2013 -- Server Side addEventHandler("onVehicleEnter",root, function (player) if isPedInVehicle( player ) then local vehicle = getPedOccupiedVehicle (player) if ( vehicle ) then local team = getPlayerTeam (player) local r, g, b = getTeamColor (team) if ( team and getTeamName (team) == ("Team Name")) then setVehicleColor(vehicle, r, g, b ) end end end end ) Link to comment
===|OSAMA|=== Posted February 28, 2013 Share Posted February 28, 2013 -- Server Side addEventHandler("onVehicleEnter",root, function (player) if isPedInVehicle( player ) then local vehicle = getPedOccupiedVehicle (player) if ( vehicle ) then local team = getPlayerTeam (player) local r, g, b = getTeamColor (team) if ( team and getTeamName (team) == ("Team Name")) then setVehicleColor(vehicle, r, g, b ) end end end end ) ^ ( if ) ما يحتاج لكل ذآ + لو ماكان اللاعب بتيم رح يجي خطأ بجلب لون التيم لأنكـ حآطه قبل الشرط +ذا مخصص لتيم محدد + ليه تحقق اذا كان اللاعب بالسيارة ، والحدث بالأصل اسمه عند دخول السيارة =| + getPedOccupiedVehicle + isPedInVehicle ليه مستخدم ^ Source: The source of this event is the vehicle that was entered. يصصير كذآ -_-" -- Server Side ! addEventHandler ( "onVehicleEnter", root, function ( player ) if ( getPlayerTeam ( player ) ) then local r, g, b = getTeamColor ( getPlayerTeam ( player ) ) setVehicleColor ( source, r, g, b ) end end ) Link to comment
~DarkRacer~ Posted February 28, 2013 Author Share Posted February 28, 2013 اخي اسامة انا جرب الكود حقق بس ما اشتغل على فكرة انا سويت كود من قبل زي حقق بس ما ادري ايش المشكلة ممكن توضح لي فكرة الـ "سيرفر" و "الكلاينت" Link to comment
===|OSAMA|=== Posted February 28, 2013 Share Posted February 28, 2013 (edited) الكود ضآبط 100% ذذ -_-" + معنى سيرفر وكلنت meta.xml يعني انكـ تحط نوع الملف بملف ^ Client Or Server على ككل حأإل رفعت المود لك عالميديا فاير , لأنه شكلكـ منت عارف تسوي الميتا -_-" حمله وركبه على ططول .. http://www.mediafire.com/?u6jei8gedeeg69y Edited February 28, 2013 by Guest Link to comment
~DarkRacer~ Posted February 28, 2013 Author Share Posted February 28, 2013 مشكووووور اخي اسامة :D 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