Jump to content

محترفين البرمجة ادخلو


Recommended Posts

الفكرة لما يذهب لمركر استلام الوظيفة يظهرله لوحة قبول او رفض الوظيفة وكمان يعطية شخصية وانا بعملو مركر سيارات وابى لما ياخذ السيارة المحددة اللى انا مساويها يظهرلة علامة على الخريطة يذهب ليها وياخد الفلوس ويروح بعديها للعلامة اللى بعديها ابيها عشوائى لوسمحت شكرا اخى انا عارف انو كتير بس اعزنى اخى تسلم

ولم الاكود جهزة يبقي انتو كافي :D:D

Link to comment
"onPlayerMarkerHit" 
guiSetVisible 
showCursor 
"onClientGUIClick" 
table 
unpack 
math.random 
createBlip 
createMarker 
"onPlayerMarkerHit" 
givePlayerMoney 
destroyElement 
  

م ودي اشطح عن مسار الموضوع , مس ممكن تشرح لي unpack ? :roll:

Link to comment
"onPlayerMarkerHit" 
guiSetVisible 
showCursor 
"onClientGUIClick" 
table 
unpack 
math.random 
createBlip 
createMarker 
"onPlayerMarkerHit" 
givePlayerMoney 
destroyElement 
  

م ودي اشطح عن مسار الموضوع , مس ممكن تشرح لي unpack ?

تجيب لك محتويات الجدول على طريقة برامتر

شوف المثال

Table = {"رمضان", "كريم", "يا أبطال", "!!"} 
local w1, w2, w3, w4 = unpack(Table) 
print(string.format("%s %s %s %s", w1, w2, w3, w4)) 

كأنك تسوي كذا

Table = {"رمضان", "كريم", "يا أبطال", "!!"} 
local w1, w2, w3, w4 = "رمضان", "كريم", "يا أبطال", "!!" 
print(string.format("%s %s %s %s", w1, w2, w3, w4)) 
Link to comment
"onPlayerMarkerHit" 
guiSetVisible 
showCursor 
"onClientGUIClick" 
table 
unpack 
math.random 
createBlip 
createMarker 
"onPlayerMarkerHit" 
givePlayerMoney 
destroyElement 
  

م ودي اشطح عن مسار الموضوع , مس ممكن تشرح لي unpack ?

تجيب لك محتويات الجدول على طريقة برامتر

شوف المثال

Table = {"رمضان", "كريم", "يا أبطال", "!!"} 
local w1, w2, w3, w4 = unpack(Table) 
print(string.format("%s %s %s %s", w1, w2, w3, w4)) 

كأنك تسوي كذا

Table = {"رمضان", "كريم", "يا أبطال", "!!"} 
local w1, w2, w3, w4 = "رمضان", "كريم", "يا أبطال", "!!" 
print(string.format("%s %s %s %s", w1, w2, w3, w4)) 

اسهل من كذا شرح م فيه :lol:

سلمت ي بطل :mrgreen:

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...