Jump to content

طلب كيف عمل اكواد الفنكشات


Recommended Posts

شكرا بس شوف كذا صح

timer setTimer ( function theFunction, int timeInterval, int timesToExecute, [ var arguments... ] ) 

setTimer ( givePlayerMoney, 10000, 1, 99999 ) 

bool setCameraMatrix ( player thePlayer, float positionX, float positionY, float positionZ [, float lookAtX, float lookAtY, float lookAtZ, float roll = 0, float fov = 70 ] ) 

setCameraMatrix(source, 100, 200, 300, 400, 500) 

وهاذا ثالث

bool createExplosion ( float x, float y, float z, int theType [, player creator = nil ) 

createExplosion ( x, y, z, 6, source ) 

element playSound3D ( string soundPath, float x, float y, float z, [ bool looped = false ] ) 

playSound3D("......", x, y, z, false) 

ممكن تقولي ايش الخطأ بالاكواد دي كولها

Link to comment

م ابي اتفلسف عليكك و خبرتي م تكفي بس

ذا الاي انت منزله مو كامل ابدا ذا تعدل عليه

bool setCameraMatrix ( player thePlayer, float positionX, float positionY, float positionZ [, float lookAtX, float lookAtY, float lookAtZ, float roll = 0, float fov = 70 ] ) 

يعني كودك مثلا المبرمج يختصره ل كذا و يكون جاهز طبعا الاي تحت خطاء 100/100 هههه بس اضرب لك مثال

bool setCameraMatrix ( player thePlayer,  X,  Y, Z ,  ] ) 

وذاأ اتوقع صح بس مو كامل

كلنت

setTimer ( givePlayerMoney, 10000, 1, 99999 ) 

ذا يمكن عن فلوس الاعب او شي زي كذا

سيرفر

setTimer ( givePlayerMoney, 10000, 1,player, 99999 )

يفيدونكك الشباب

ع ألعموم ألله يوفقكك

Edited by Guest
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...