Professional Posted July 11, 2016 Share Posted July 11, 2016 السلام عليكم شباب كيف فيني اربط اسم الاعب بل قريد ليست بالبوتون مثلا حطات على اسم الاعب وضغطت البوتون بفجر سيارته بس كيف بربطهم سوا وشكرا Link to comment
Mhmd.z Posted July 11, 2016 Share Posted July 11, 2016 "onClientGUIClick" guiGridListGetSelectedItem guiGridListGetItemText getPlayerFromName getPedOccupiedVehicle blowVehicle Link to comment
MR.GRAND Posted July 11, 2016 Share Posted July 11, 2016 "onClientGUIClick" guiGridListGetSelectedItem guiGridListGetItemText getPlayerFromName getPedOccupiedVehicle blowVehicle + GuiGridListAddPlayers لأضافة اللاعبين للقريد لست Link to comment
s7BaT Posted July 11, 2016 Share Posted July 11, 2016 عدل عنوان موضوعك زي الناس اذا تبي مساعده Link to comment
^iiEcoo'x_) Posted July 12, 2016 Share Posted July 12, 2016 سيرفر addEvent("Blow",true) addEventHandler("onBlow",root, function (player) local player = getPlayerFromName(player) local veh = getPedOccupiedVehicle(player) blowVehicle(veh) outputChatBox("* The Player Vehicle Successfuly Blowed",source,0,255,0) outputChatBox("* Your Vehicle Blow By " .. getPlayerName(source),player,255,0,0) end ) كلينت elseif ( source == GUIEditor_Button[1] ) then if ( sel ~= -1 ) then local player = getPlayerFromName(text) if isPedInVehicle(player) then triggerServerEvent("Blow",localPlayer,text) else show("This Player Don't Have Vehicle") end else show("Please Choose Player To Blow His Vehicle") end end end ) Link to comment
Ahmed Ly Posted July 12, 2016 Share Posted July 12, 2016 سيرفر addEvent("Blow",true) addEventHandler("onBlow",root, function (player) local player = getPlayerFromName(player) local veh = getPedOccupiedVehicle(player) blowVehicle(veh) outputChatBox("* The Player Vehicle Successfuly Blowed",source,0,255,0) outputChatBox("* Your Vehicle Blow By " .. getPlayerName(source),player,255,0,0) end ) كلينت elseif ( source == GUIEditor_Button[1] ) then if ( sel ~= -1 ) then local player = getPlayerFromName(text) if isPedInVehicle(player) then triggerServerEvent("Blow",localPlayer,text) else show("This Player Don't Have Vehicle") end else show("Please Choose Player To Blow His Vehicle") end end end ) وين function + وين addEventHandler("onClientGUIClick",root, كودك غلط Link to comment
Professional Posted July 12, 2016 Author Share Posted July 12, 2016 خلاص صرت ناشر المود مشكورين تمت الافاده يغلق Link to comment
Dr.Marco Posted July 12, 2016 Share Posted July 12, 2016 مرة جاية حط عنوان كدا يجدب # لنرتقيييي Link to comment
Professional Posted July 12, 2016 Author Share Posted July 12, 2016 مرة جاية حط عنوان كدا يجدب# لنرتقيييي ارتقي لحالك انا مبسوط هيك Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now