-
Content Count
740 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout al-Kobra
-
Rank
Homie
Details
-
Gang
#[9MoD]
-
Location
Bahrain
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
هذا الا كنت اقصده بس ما عرفت اشرحه
-
'onClientGUIChanged' guiGridListClear for i, v ... do -- loop getElementsByType ^ getPlayerName --تقدر تغير مثل-- GetVehicleIDFromName string.find guiGetText -- للأدت guiGridListAddRow guiGridListSetItemText
-
اساساً انت ما سويت كود الزر وربطته مع الدم
-
جرب ؟ -- Client Side GUIEditor = { button = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() wnd = guiCreateWindow(129, 69, 610, 421, "لوحة الاعب\Player Panel ", false) guiWindowSetSizable(wnd, false) guiSetAlpha(wnd, 1.00) guiSetVisible( wnd, false ) GUIEditor.button[1] = guiCreateButton(10, 39, 189, 80, "انتحار", false, wnd) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFE91414") GUIEditor.button[2] =
-
-- Client Side GUIEditor = { button = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() wnd = guiCreateWindow(129, 69, 610, 421, "لوحة الاعب\Player Panel ", false) guiWindowSetSizable(wnd, false) guiSetAlpha(wnd, 1.00) GUIEditor.button[1] = guiCreateButton(10, 39, 189, 80, "انتحار", false, wnd) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFE91414") GUIEditor.button[2] = guiCreateButton(401, 39, 189, 80, "ارسال شكوى", false, wnd) guiSetProperty(GUIEditor.button[2]
-
انا اعرف اضبط فيديوهات =D
-
اجل وش اسم السيرفر ؟
-
اصلا عادي اذا فضيت بسوي واحد
-
هو يقصد شكل السباون :lol:
-
MGM
-
http://im53.gulfup.com/KP6smh.png ذذ
-
رهـــيـــــب ~
-
جرب , addEventHandler ( "onClientClick", root, function ( button, state, _, _, _, _, _, plr ) if button == "left" and state == "up" and plr then if getElementType( plr ) == "player" then if getPlayerName( plr ) == getPlayerName( localPlayer ) then guiSetVisible ( wnd, not guiGetVisible(wnd) ) showCursor( guiGetVisible(wnd)) else guiSetVisible ( secWnd, guiGetVisible(secWnd) ) showCursor( guiGetVisible(secWnd) )