-
Posts
3,267 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Tete omar
-
You must have forgotten/missed something, copy the code again and make sure you did everything right.
-
If the file is clientside and your purpose is about security then you must read this: https://wiki.multitheftauto.com/wiki/Filepath
-
Yeah as Solidsnake14 said, it works fine, you can try to kill any ped and see whether you get 2000$.
-
addEventHandler ( "onPedWasted", root, function ( _, killer ) if ( killer ) and ( getElementType ( killer ) == "player" ) then givePlayerMoney ( killer, 2000 ) end end ) 'killer' returns false because the ped probably died not killed, so try this one.
-
onPlayerWasted بدل onClientVehicleCollision :استخدم
-
احترم نفسك وتكلم بأسلوب ارقى من كذا, ولا ... انت تدري وش بيصير
-
|~| ALCKASER |~| اوك وظائف: createMarker givePlayerMoney setVehicleLocked setElementData احداث: onPlayerWasted
-
يمديك تسوي هذا عن طريق لوحة اف1 على ما اعتقد
-
اولاً انا اؤيد موضوع منع النساء من قيادة السيارات, ليش, .. تدري لما يصير حادث بسيط مع الرجال وش يصير .. ممكن تصير مشاكل ويكبرون الموضوع وممكن اذا ماحد يبي مشاكل ما يصير شي .. الحين تخيل النساء تسوق معنا السيارات ومثلاً صار نفس الموضوع .. وش بيصير مثلاً؟ الرجال بيطلع من السيارة يجادل مع الحرمة مثلاً؟؟؟؟ صراحة الموضوع هذا له فوائد كثيرة
-
List of MTA objects | قائمة اجسام ام تي اي
Tete omar replied to ./BlackBird#'s topic in Arabic / العربية
يثبت -
Change line: 73 to: guiSetFont(button, "sa-gothic")
-
GUI = { window = {}, label = {}, memo = {} } window = guiCreateWindow(74, 0, 1024, 703, "Zombie Outbreak Reloaded - Official Gangs/Squads", false) guiWindowSetSizable(window, false) GUI.label[1] = guiCreateLabel(126, 32, 806, 96, "Search And Rescue - Level 5", false, window) guiSetFont(GUI.label[1], "sa-gothic") guiLabelSetColor(GUI.label[1], 0, 5, 255) GUI.label[2] = guiCreateLabel(99, 128, 852, 63, "Outlaws Of Mayhem - Level 5", false, window) guiSetFont(GUI.label[2], "sa-gothic") guiLabelSetColor(GUI.label[2], 235, 0, 0) GUI.label[3] = guiCreateLabel(162, 230, 848, 66, "The Phantom Aces - Level 4", false, window) guiSetFont(GUI.label[3], "sa-gothic") GUI.label[4] = guiCreateLabel(135, 350, 860, 112, "Special Military Unit - Level 2", false, window) guiSetFont(GUI.label[4], "sa-gothic") guiLabelSetColor(GUI.label[4], 19, 24, 255) GUI.label[5] = guiCreateLabel(243, 462, 859, 92, "Alpha Team - Level 1", false, window) guiSetFont(GUI.label[5], "sa-gothic") guiLabelSetColor(GUI.label[5], 19, 255, 46) GUI.label[6] = guiCreateLabel(437, 103, 417, 25, "Leader: Devildog", false, window) guiSetFont(GUI.label[6], "default-bold-small") GUI.label[7] = guiCreateLabel(407, 306, 231, 15, "Leaders: Atlas, Cyanide, Mayuri", false, window) guiSetFont(GUI.label[7], "default-bold-small") GUI.label[8] = guiCreateLabel(440, 197, 98, 15, "Leader: Michaell", false, window) guiSetFont(GUI.label[8], "default-bold-small") GUI.label[9] = guiCreateLabel(438, 416, 225, 15, "Leader: Chilenoazul", false, window) guiSetFont(GUI.label[9], "default-bold-small") GUI.label[10] = guiCreateLabel(442, 527, 221, 17, "Leader: Shaman", false, window) guiSetFont(GUI.label[10], "default-bold-small") GUI.label[11] = guiCreateLabel(186, 572, 777, 91, "Secret Service - No Level", false, window) guiSetFont(GUI.label[11], "sa-gothic") guiLabelSetColor(GUI.label[11], 0, 206, 231) GUI.label[12] = guiCreateLabel(442, 631, 220, 15, "Leader: Haze", false, window) guiSetFont(GUI.label[12], "default-bold-small") button = guiCreateButton(302, 695, 540, 95, "Close", false, window) guiSetFont(button[1], "sa-gothic") function CloseGui () guiSetVisible(window, false) showCursor(false) end addEventHandler ( "onClientGUIClick", button, CloseGui, false ) function ShowGui() guiSetVisible ( window, true ) setTimer ( showCursor, 1000, 1, true ) end addCommandHandler ( "groupinfo", ShowGui )
-
yep, but use dbPoll and check if the length of the table that dbPoll resulted is more than 0.
-
Use the SELECT sql syntax.
-
مشكلة في سيرفري ديلوكس |عناد او اي واحد خبير بالاستضافة يدخل
Tete omar replied to Quited's topic in الاستضافات
الموضوع قديم جداً لا ترفع المواضيع القديمة مرة ثانية واذا عندك شي تقوله لعناد استخدم الخاص swft ينقل الى قسم الخوادم ويغلق -
عندي لعبة مسلية جداً, ألا وهي, كتابة كلمات بالعربي في احرف انجليزية, طبعاً كلنا عندنا كيبورد عربي انجليزي jhfg h;fv k,f q1
-
AL-PRNS الاثنين RmaD و Mr.KING_# يغلق
-
البرنس .. سويت مليون حساب وسويت مليون موضوع فيه تبي تتعلم البرمجة يغلق وفي انتظار الباند
-
I think he wants to draw a text in some position in the world. You can use: dxDrawText getScreenFromWorldPosition
-
Suggestions اكتب رأيك بقسم
-
getDistanceBetweenPoints3D
