darbka2002 Posted February 20, 2016 Share Posted February 20, 2016 سلام عليكم بدى حد يصلح كود النقل هذا function go( hPlayer ) setElementPosition( hPlayer, 1367.81580, -1279.67578, 13.54688 ) setElementInterior ( hPlayer, 0 ) end addCommandHandler("go", go) Link to comment
ALw7sH Posted February 20, 2016 Share Posted February 20, 2016 مافيه خطأ في الكود, تأكد انك مخليه سيرفر سايد Link to comment
Me[Z]oO Posted February 20, 2016 Share Posted February 20, 2016 مافيه خطأ في الكود, تأكد انك مخليه سيرفر سايد بس الفنكشنات كلها Shared function تنفع سيرفر وكلنت Link to comment
darbka2002 Posted February 20, 2016 Author Share Posted February 20, 2016 كيف ما فى خطا انا بكتب /go لكن ما بنقلنى ؟ Link to comment
Me[Z]oO Posted February 20, 2016 Share Posted February 20, 2016 function go() setElementPosition( source, 1367.81580, -1279.67578, 13.54688 ) setElementInterior ( source, 0 ) end addCommandHandler("go", go) #جرب.. Link to comment
#DRAGON!FIRE Posted February 20, 2016 Share Posted February 20, 2016 meta.xml كودك صحيح ي عزيزي .. اطرح ملف @ Me[Z]oO: انت كذا خربت الكود ^ Link to comment
darbka2002 Posted February 20, 2016 Author Share Posted February 20, 2016 [23:35:14] WARNING: shopweapons\server.lua:2: Bad argument @ 'setElementPosition' [Expected element at argument 1, got nil] [23:35:14] WARNING: shopweapons\server.lua:3: Bad argument @ 'setElementInterior' [Expected element at argument 1, got nil] [23:35:20] WARNING: shopweapons\server.lua:2: Bad argument @ 'setElementPosition' [Expected element at argument 1, got nil] [23:35:20] WARNING: shopweapons\server.lua:3: Bad argument @ 'setElementInterior' [Expected element at argument 1, got nil] ما نفع Link to comment
#DRAGON!FIRE Posted February 20, 2016 Share Posted February 20, 2016 حبيبي خل كودك زي ما هو لا تغيرهـ .. اطرح لي ملف الميتا . Link to comment
#DRAGON!FIRE Posted February 20, 2016 Share Posted February 20, 2016 انت تكتب /go فـ الشات ولا ب اف 8 Link to comment
darbka2002 Posted February 20, 2016 Author Share Posted February 20, 2016 بضغت على حرف t وى بعد /go اى حدا بيعرف كيف يكتب امر Link to comment
darbka2002 Posted February 20, 2016 Author Share Posted February 20, 2016 انترو 0 = المابة الاساسية Link to comment
#DRAGON!FIRE Posted February 20, 2016 Share Posted February 20, 2016 استبدل الكود اللي عندك بـ هذا الكود /go واكتب بالشات function GoFunction ( ThePlayer ) setElementInterior ( ThePlayer, 0, 1367.81580, -1279.67578, 13.54688 ) end addCommandHandler ( "go", GoFunction ) Link to comment
darbka2002 Posted February 20, 2016 Author Share Posted February 20, 2016 ما حصل اى شىء نفس المشكلة Link to comment
Me[Z]oO Posted February 20, 2016 Share Posted February 20, 2016 function Function(p) setElementPosition( p, 1367.81580, -1279.67578, 13.54688 ) setElementInterior ( p, 0 ) end addCommandHandler("go", Function) الملف سيرفر الكود مجرب # Link to comment
Simple. Posted February 20, 2016 Share Posted February 20, 2016 انت تحط الانترور 0 وهو اصلا بانترور 0 مايحتاج تسويها لان لو كان بانترور 0 وسويت نقل لانترور 0 مايصير شيء وماينقله للإحداثيات الي تبيها !! addCommandHandler ( 'go', function ( player ) setElementPosition ( player, 1367.81580, -1279.67578, 13.54688 ) end) Link to comment
Me[Z]oO Posted February 20, 2016 Share Posted February 20, 2016 انت تحط الانترور 0 وهو اصلا بانترور 0 مايحتاج تسويها لان لو كان بانترور 0 وسويت نقل لانترور 0 مايصير شيء وماينقله للإحداثيات الي تبيها !! addCommandHandler ( 'go', function ( player ) setElementPosition ( player, 1367.81580, -1279.67578, 13.54688 ) end) الانترور ما فيه مشكلة ليه تطرح الكود من جديد . كودي شغاال خلاص Link to comment
ALw7sH Posted February 21, 2016 Share Posted February 21, 2016 مافيه خطأ في الكود, تأكد انك مخليه سيرفر سايد بس الفنكشنات كلها Shared function تنفع سيرفر وكلنت addCommandHandler مافيه بلاير في كلاينت سايد ... Link to comment
Me[Z]oO Posted February 21, 2016 Share Posted February 21, 2016 شكرا اخى العفو حياك الله + اسف الوحش خربطت 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