EdeN Posted September 25, 2012 Share Posted September 25, 2012 سلام عليكم استخدمت هذا الكود في الانتقال local marker = createMarker(0, 0, 0, "checkpoint", 2, 255, 255, 0, 0) createBlipAttachedTo(marker, 15) setElementInterior(marker,int) function changeLocation(person) setElementPosition(person, 1, 1, 1) end addEventHandler("onMarkerHit", marker, changeLocation) انا حطيت البدايه داخل بيت ولمن يطلع من البيت الشوارع ماتبين وسيت باب عشان يدخل بس مايقدر يدخل int رقم البيت بداله ؟؟ وش الحل Link to comment
TAPL Posted September 25, 2012 Share Posted September 25, 2012 غير ذا setElementPosition(person, 1, 1, 1) إلى setElementInterior(person, 0, 1, 1, 1) Code بدلاً من lua وياليت تستخدم زر 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