Professional Posted November 8, 2014 Posted November 8, 2014 السلام عليكم ورحمه الله وبركاته شباب انا عملت كود بس لاعب يروح الماركر لي حطيته يعطيه سيريال ذا الكود شوفولي اذا صح function checkMyS( thePlayer, command ) local marker = createMarker (x, y, z, "cylinder", 2, 255, 0, 0) local theSerial = getPlayerSerial( thePlayer ) if theSerial then outputChatBox( "سيريالك" .. theSerial, thePlayer ) else outputChatBox( "اسف انت لا تملك سيريال =(", thePlayer ) end end addCommandHandler( "myserial", checkMyS )
shwaeki Posted November 8, 2014 Posted November 8, 2014 1- في اف 8 يعطية سيريلة myserial انتا عاملة لما يكتب 2- انتا عامل ماركر و ما له اي فايدة 3- انتا متحقق من السيريل و ما اعتقد ما في لاعب لا يوجد له سيريل
Professional Posted November 8, 2014 Author Posted November 8, 2014 طيب انا ابيه ماركر انه بس يدخل الماركر يطلع بشات سيرياله
Professional Posted November 8, 2014 Author Posted November 8, 2014 يب انا ابيه بس يكتب باف 8 ولما يلمس الماركر
shwaeki Posted November 8, 2014 Posted November 8, 2014 تفضل --لما يلمس ماركر local Marker = createMarker(0, 0, 3, 'cylinder', 2.0, 255, 255, 255, 255) addEventHandler( "onMarkerHit", Marker, function( player ) if getElementType( player ) == "player" then outputChatBox(" Your Serial is : "..getPlayerSerial( player ), player, 0, 255, 0 ) end end ) --- من اف 8 addCommandHandler( "myserial", function( player ) outputChatBox(" Your Serial is : "..getPlayerSerial( player ), player, 0, 255, 0 ) end)
Professional Posted November 8, 2014 Author Posted November 8, 2014 شكرا لك المهم اني عملت كود بس الكود سهل ض1
TAPL Posted November 8, 2014 Posted November 8, 2014 شكرا لك المهم اني عملت كود بس الكود سهل ض1 انت ما سويت ولا شي مجرد اخذت مثال الويكي و حطيت فيه هذا local marker = createMarker (x, y, z, "cylinder", 2, 255, 0, 0) ولا انت مو داري وش الهرجه
Professional Posted November 9, 2014 Author Posted November 9, 2014 ههههه ضحكتني ولله مكاني ما رتبت الاكواد وما حذفت الاكواد تابل بس انت تعرف البرمجه بس مو 100% طيب
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