AhmeD~9MoD Posted June 7, 2013 Share Posted June 7, 2013 اش هي .؟#~ يب كان في ... صلحتها بالغلط سطر 7 setElementPosition(localPlayer,1363.7724609375, -1264.3046875, 13.546875)) قوس زايد ~ Link to comment
فاّرس Posted June 7, 2013 Share Posted June 7, 2013 اش هي .؟#~ يب كان في ... صلحتها بالغلط سطر 7 setElementPosition(localPlayer,1363.7724609375, -1264.3046875, 13.546875)) قوس زايد ~ ولا كأني رديت ؟ سطر 3 وسطر 4 وسطر 5 وسطر 7,+ مشوش سوي مثل ما قلت لك ترايقر... Link to comment
AhmeD~9MoD Posted June 7, 2013 Share Posted June 7, 2013 اش هي .؟#~ يب كان في ... صلحتها بالغلط سطر 7 setElementPosition(localPlayer,1363.7724609375, -1264.3046875, 13.546875)) قوس زايد ~ ولا كأني رديت ؟ سطر 3 وسطر 4 وسطر 5 وسطر 7,+ مشوش سوي مثل ما قلت لك ترايقر... عشان يعرف الغلط Link to comment
#DRAGON!FIRE Posted June 7, 2013 Share Posted June 7, 2013 localPlayer = getLocalPlayer() function msh1() if source == GUIEditor.button[4] then if isPedInVehicle (localPlayer) then return outputChatBox("*Down from the car first",0,255,0,true) end setElementPosition(localPlayer,1363.7724609375, -1264.3046875, 13.546875) outputChatBox("*Successfully War",255,255,0,true) guiSetVisible ( GUIEditor.window[1],false ) showCursor ( false ) end end addEventHandler("onClientGUIClick", root, msh1) خلأص أخوي جرب ذي # وأنششألله بتضبط Link to comment
iPrestege Posted June 7, 2013 Share Posted June 7, 2013 localPlayer = getLocalPlayer() function msh1() if source == GUIEditor.button[4] then if isPedInVehicle (localPlayer) then return outputChatBox("*Down from the car first",0,255,0,true) end setElementPosition(localPlayer,1363.7724609375, -1264.3046875, 13.546875) outputChatBox("*Successfully War",255,255,0,true) guiSetVisible ( GUIEditor.window[1],false ) showCursor ( false ) end end addEventHandler("onClientGUIClick", root, msh1) خلأص أخوي جرب ذي # وأنششألله بتضبط localPlayer = getLocalPlayer() معرفة من الاصل ماله داعي وهو يبي ينتقل مع السيارة اقرا زين عدل هو Link to comment
MSHOOSH Posted June 7, 2013 Author Share Posted June 7, 2013 addEventHandler("onClientGUIClick", GUIEditor.button[4], function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if vehicle then setElementPosition ( vehicle,1363.7724609375, -1264.3046875, 13.546875 ) guiSetVisible ( GUIEditor.window[1],false ) showCursor ( false ) else setElementPosition ( localPlayer,1363.7724609375, -1264.3046875, 13.546875 ) guiSetVisible ( GUIEditor.window[1],false ) showCursor ( false ) end end,false ) thx Mr.Pres[T]ege thx all 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