-
Posts
2,156 -
Joined
-
Last visited
-
Days Won
6
Everything posted by ' A F .
-
Me[Z]oO http://prntscr.com/cj8yns لأ تعليق .. فريق توه صاعد وقدام جماهيركم ض1 الاربعاء الوعد , بأذن الله تليتكو يفوز <3
-
label = guiCreateLabel ( ............ ) setFlasherLabel ( label , 1)
-
Mostafa_Fox الكود حقك صحيح , لاكن ماراح يظهر للكل انه دخل يظهر له لحاله فقط . بدل الـ source الى root >
-
رائع جداً ي صديقي <3 ..
- 10 replies
-
- gta v wasted
- gta 4u scripts
-
(and 1 more)
Tagged with:
-
بالنسبة لـ الطلب الاول الاحسن انك تستخدم . addDebugHook -- 'postFunction' getElementType -- 'player' getPlayerName outputChatBox
-
بما ان الدراسة جات .. بنلعب لعبه http://prntscr.com/ci4o4l ابي واحد منكم يطلع لي من هو اللاعب الي بالصورة
-
رائع جداً والله , سيرفركم منظم جداً جداً .. وشوف اصحابه مين احزان وسحبات , كل واحد اسمه من ذهب <3 .. , أهنيكمم ..
-
سكربت رأئع , عقبال م نشوفك من كبار المبرمجين .. <3 ..
-
http://prntscr.com/ci1fbl
-
getPlayerSerial = server side .. بالتوفيق ..
-
AnyTime .. !
-
استخدم createMarker setTimer setElementPosition onClientMarkerHit isTimer killTimer
-
العفو حياك الله setPedControlState
-
getCameraMatrix
-
ضيف هاذا بالميتا حق مود chatbubbles <export function="addText" type="client" />
-
guiGridListGetSelectedItem guiGridListGetItemText triggerServerEvent getPlayerFromName getPedOccupiedVehicle fixVehicle
-
صراحة سيرفر خرافي , اهنيكم بالتوفيق لكم جميعاً . <3
-
صراحة بدايتك جداً جميلة , واصل حبيبي <3 . شكرأ ع الاهدأء ..
-
^ العفو حياك الله
-
جرب هاذا وشوف . player = getLocalPlayer ( ) setElementData ( player , "Money" , 100000000 ) GUIEditor = { button = {} }; addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor["button"][1] = guiCreateButton(315, 234, 133, 40, "Hello_", false) end ) addEventHandler ( "onClientGUIClick" , root, function ( ) if ( source == GUIEditor["button"][1] ) then local Money_ = ( getElementData ( player , "Money" ) or 0 ) if ( Money_ >= 2000000 ) then outputChatBox ( "." ) setElementData ( player , "Money" , Money_ - 2000000 ) else outputChatBox ( "لاتمتلك المال الكافي" , 255 , 0 , 0 ) end end end ); addCommandHandler ( "mymoney" , function ( ) outputChatBox ( tostring ( ( getElementData ( player , "Money" ) or 0 ) ) ) end )
-
لانك انت حاط داتا مو فلوس اللعبه . لو تبي فلوس اللعبه استخدم triggerServerEvent getPlayerMoney takePlayerMoney
-
العفو حياك الله