Jump to content

سكربت الشخصيات


Recommended Posts

لو تعلمت تسوي مودات بعدين نسآعدك , كل شغلك نسخ ولصق لووول,

function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) 
    local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "7ASSAN.png", relative2 ) 
    local mainBackgroundLabel = guiCreateLabel ( 0,0,250, 100, titleBarText2, false, mainBackground ) 
    guiSetFont ( mainBackgroundLabel, newFont ) 
    guiSetEnabled ( mainBackgroundLabel, false ) 
    return mainBackground 
end 

7ASSAN.png ?

vehicles = 
            { 
            {"=== / ثوب صيفي", 46}, 
            {"=== / ثوب شتوي", 124}, 
            {"=== / جيش", 260}, 
            {"=== / عصابة", 270}, 
            {"=== / 'طيار", 62}, 
            {"=== / سي جي", 0}, 
            {"=== / بوشنب", 180}, 
            {"=== / مسعف", 275}, 
            {"=== / مهرج", 264}, 
             } 

vehicles ? :lol:

ومسوي اينفت على الزر ومتحقق من الزر ؟ لوووووول تخبيص تآيم

ومسوي اكاونت داتا ؟ لوول , والي مآخذ الكود منه مو متحقق من الي لمس الماركر

triggerClientEvent (hitPlayer,"guishowc",getRootElement(),hitPlayer) 

hitPlayer ليه مرسله للكلنت ؟ تبي تعطيه حلاوه ؟ :lol:

Link to comment
  
-- # Client Side ! 
function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) 
    local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "7ASSAN.png", relative2 ) 
    local mainBackgroundLabel = guiCreateLabel ( 0,0,250, 100, titleBarText2, false, mainBackground ) 
    guiSetFont ( mainBackgroundLabel, newFont ) 
    guiSetEnabled ( mainBackgroundLabel, false ) 
    return mainBackground 
end 
  
Wnd = guiCreateWindow(214,117,416,345,":: Skin System ::",false) 
button = guiCreateButton(370,27,35,14,"X",false,Wnd) 
Label2 = guiCreateLabel(145,48,125,25,"سكربت اختيار الشخصية من قبل روماند ",false,Wnd) 
guiLabelSetColor(Label2,0,255,15) 
guiLabelSetColor(Label1,255,0,0) 
showCursor(false) 
guiSetVisible( Wnd, false ) 
guiWindowSetSizable( Wnd, false ) 
guiWindowSetMovable( Wnd, false ) 
  
skin = { 
    {"=== / ثوب صيفي", 46}, 
    {"=== / ثوب شتوي", 124}, 
    {"=== / جيش", 260}, 
    {"=== / عصابة", 270}, 
    {"=== / 'طيار", 62}, 
    {"=== / سي جي", 0}, 
    {"=== / بوشنب", 180}, 
    {"=== / مسعف", 275}, 
    {"=== / مهرج", 264}, 
} 
grid = guiCreateGridList(9,74,394,219,false,Wnd) 
guiGridListAddColumn(grid,"Skins",0.9) 
for i,sk in ipairs(skin) do 
    row = guiGridListAddRow(grid) 
    guiGridListSetItemText(grid, row, 1, tostring(sk[1]), false, false) 
    guiGridListSetItemData(grid, row, 1, tostring(sk[2])) 
    guiGridListSetItemColor ( grid, row, 1, math.random(255), math.random(255), math.random(255) ) 
end 
  
function use() 
    if ( source == grid ) then 
    if ( guiGridListGetSelectedItem(grid) ~= -1) then 
        local model = guiGridListGetItemData(grid, guiGridListGetSelectedItem ( grid ), 1) 
            triggerServerEvent("useSkin", localPlayer, model) 
       end 
    end 
end 
addEventHandler("onClientDoubleClick", root, use) 
  
function close() 
if (source == button) then 
guiSetVisible(Wnd,false) 
showCursor(false) 
end 
end 
addEventHandler("onClientGUIClick", button, close) 
  
function guishowc() 
guiSetVisible(Wnd,true) 
showCursor(true) 
end 
addEvent("guishowc",true) 
addEventHandler("guishowc", getRootElement(), guishowc) 
  

  
-- # Server Side ! 
marker = createMarker( 2244.5842285156, -1664.9024658203, 15.4765625, "cylinder", 2, 255, 255, 0, 255 ) 
blip = createBlip( 2244.5842285156, -1664.9024658203, 15.4765625, 45 ) 
  
function buy(id) 
    reskin = setElementModel(source, tonumber(id)) 
    takePlayerMoney(source, 100) 
    playeraccount = getPlayerAccount(source) 
    setAccountData(playeraccount, "standardskin", tonumber(id)) 
end 
addEvent("useSkin",true) 
addEventHandler("useSkin", root, buy) 
  
function guishow(hitPlayer) 
triggerClientEvent (hitPlayer,"guishowc",hitPlayer) 
end 
addEventHandler("onMarkerHit",marker,guishow) 
  

Link to comment
  
-- # Client Side ! 
function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) 
    local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "7ASSAN.png", relative2 ) 
    local mainBackgroundLabel = guiCreateLabel ( 0,0,250, 100, titleBarText2, false, mainBackground ) 
    guiSetFont ( mainBackgroundLabel, newFont ) 
    guiSetEnabled ( mainBackgroundLabel, false ) 
    return mainBackground 
end 
  
Wnd = guiCreateWindow(214,117,416,345,":: Skin System ::",false) 
button = guiCreateButton(370,27,35,14,"X",false,Wnd) 
Label2 = guiCreateLabel(145,48,125,25,"سكربت اختيار الشخصية من قبل روماند ",false,Wnd) 
guiLabelSetColor(Label2,0,255,15) 
guiLabelSetColor(Label1,255,0,0) 
showCursor(false) 
guiSetVisible( Wnd, false ) 
guiWindowSetSizable( Wnd, false ) 
guiWindowSetMovable( Wnd, false ) 
  
skin = { 
    {"=== / ثوب صيفي", 46}, 
    {"=== / ثوب شتوي", 124}, 
    {"=== / جيش", 260}, 
    {"=== / عصابة", 270}, 
    {"=== / 'طيار", 62}, 
    {"=== / سي جي", 0}, 
    {"=== / بوشنب", 180}, 
    {"=== / مسعف", 275}, 
    {"=== / مهرج", 264}, 
} 
grid = guiCreateGridList(9,74,394,219,false,Wnd) 
guiGridListAddColumn(grid,"Skins",0.9) 
for i,sk in ipairs(skin) do 
    row = guiGridListAddRow(grid) 
    guiGridListSetItemText(grid, row, 1, tostring(sk[1]), false, false) 
    guiGridListSetItemData(grid, row, 1, tostring(sk[2])) 
    guiGridListSetItemColor ( grid, row, 1, math.random(255), math.random(255), math.random(255) ) 
end 
  
function use() 
    if ( source == grid ) then 
    if ( guiGridListGetSelectedItem(grid) ~= -1) then 
        local model = guiGridListGetItemData(grid, guiGridListGetSelectedItem ( grid ), 1) 
            triggerServerEvent("useSkin", localPlayer, model) 
       end 
    end 
end 
addEventHandler("onClientDoubleClick", root, use) 
  
function close() 
if (source == button) then 
guiSetVisible(Wnd,false) 
showCursor(false) 
end 
end 
addEventHandler("onClientGUIClick", button, close) 
  
function guishowc() 
guiSetVisible(Wnd,true) 
showCursor(true) 
end 
addEvent("guishowc",true) 
addEventHandler("guishowc", getRootElement(), guishowc) 
  

  
-- # Server Side ! 
marker = createMarker( 2244.5842285156, -1664.9024658203, 15.4765625, "cylinder", 2, 255, 255, 0, 255 ) 
blip = createBlip( 2244.5842285156, -1664.9024658203, 15.4765625, 45 ) 
  
function buy(id) 
    reskin = setElementModel(source, tonumber(id)) 
    takePlayerMoney(source, 100) 
    playeraccount = getPlayerAccount(source) 
    setAccountData(playeraccount, "standardskin", tonumber(id)) 
end 
addEvent("useSkin",true) 
addEventHandler("useSkin", root, buy) 
  
function guishow(hitPlayer) 
triggerClientEvent (hitPlayer,"guishowc",hitPlayer) 
end 
addEventHandler("onMarkerHit",marker,guishow) 
  

100%

بس مافيه اوامر اعطاء الشخصية

ولو تقدر تغير مكان الماركر يعني تخليه ورا اشوي

Link to comment
لو تعلمت تسوي مودات بعدين نسآعدك , كل شغلك نسخ ولصق لووول,

function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) 
    local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "7ASSAN.png", relative2 ) 
    local mainBackgroundLabel = guiCreateLabel ( 0,0,250, 100, titleBarText2, false, mainBackground ) 
    guiSetFont ( mainBackgroundLabel, newFont ) 
    guiSetEnabled ( mainBackgroundLabel, false ) 
    return mainBackground 
end 

7ASSAN.png ?

vehicles = 
            { 
            {"=== / ثوب صيفي", 46}, 
            {"=== / ثوب شتوي", 124}, 
            {"=== / جيش", 260}, 
            {"=== / عصابة", 270}, 
            {"=== / 'طيار", 62}, 
            {"=== / سي جي", 0}, 
            {"=== / بوشنب", 180}, 
            {"=== / مسعف", 275}, 
            {"=== / مهرج", 264}, 
             } 

vehicles ?

ومسوي اينفت على الزر ومتحقق من الزر ؟ لوووووول تخبيص تآيم

ومسوي اكاونت داتا ؟ لوول , والي مآخذ الكود منه مو متحقق من الي لمس الماركر

triggerClientEvent (hitPlayer,"guishowc",getRootElement(),hitPlayer) 

hitPlayer ليه مرسله للكلنت ؟ تبي تعطيه حلاوه ؟ :lol:

للـ التحطيم " عنوآن " هههههههه :lol:

Link to comment
لو تعلمت تسوي مودات بعدين نسآعدك , كل شغلك نسخ ولصق لووول,

function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) 
    local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "7ASSAN.png", relative2 ) 
    local mainBackgroundLabel = guiCreateLabel ( 0,0,250, 100, titleBarText2, false, mainBackground ) 
    guiSetFont ( mainBackgroundLabel, newFont ) 
    guiSetEnabled ( mainBackgroundLabel, false ) 
    return mainBackground 
end 

7ASSAN.png ?

vehicles = 
            { 
            {"=== / ثوب صيفي", 46}, 
            {"=== / ثوب شتوي", 124}, 
            {"=== / جيش", 260}, 
            {"=== / عصابة", 270}, 
            {"=== / 'طيار", 62}, 
            {"=== / سي جي", 0}, 
            {"=== / بوشنب", 180}, 
            {"=== / مسعف", 275}, 
            {"=== / مهرج", 264}, 
             } 

vehicles ?

ومسوي اينفت على الزر ومتحقق من الزر ؟ لوووووول تخبيص تآيم

ومسوي اكاونت داتا ؟ لوول , والي مآخذ الكود منه مو متحقق من الي لمس الماركر

triggerClientEvent (hitPlayer,"guishowc",getRootElement(),hitPlayer) 

hitPlayer ليه مرسله للكلنت ؟ تبي تعطيه حلاوه ؟ :lol:

للـ التحطيم " عنوآن " هههههههه :lol:

لا كنت بعطيه عيديه بمناسبة العيد

بسس#

خلصو فلوسي ض1

Link to comment
شكرا انا جربته رائع

خخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخخ

وربي

كذاب

كذااااب

بس جاي يزيد مشاركات

+

السكربت خربان

لاترد وبس لو سمحت

مرة رائع ومرة معك حقق !(">

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