Jump to content

يوجد خطا


Recommended Posts

السلام عليكم

شباب السكربت ذا فيه خطاا

بدال مايجيب الاحداثيات

يجيب

الاحرف الي انا حاطها

  
function comnd (player) 
local x, y, z = getElementPosition(player) 
outputChatBox ("x, y, z",player)  
end 
addCommandHandler("lp",comnd) 

وش مشكلته ؟

Link to comment
addCommandHandler("GGP",  
function () 
 local x, y, z, lx, ly, lz = getCameraMatrix(source) 
 outputChatBox ( " "..x..", "..y..", "..z..", "..lx..", "..ly..", "..lz.."",source,255,0,0,true) 
 end) 

مايطلع الكلام بـ الشات ليه ؟؟

Link to comment

غير معرف source لأن

----

addCommandHandler بـ كود

اللي هي معرفات جاهزة parameters رآح تلآقي

غالباً يكون فيها تعريف اللاعب او السيارة .. إلخ

وموقعها مآبين الأقواس في عنوان الوظيفة

Ex.:

function ( player ) 

----

ولو كآن الكود كلنت اللاعب معرف وجاهز بـ كود

localPlayer = getLocalPlayer ( ) 

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...