Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. يب وبس ( = جرب ورد لي
  2. addEventHandler("onClientRender", root, function ( ) if guiGetVisible ( MyWindow ) then dxDrawText("lol", 162, 131, 325, 163, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("!!", 421, 131, 584, 163, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("d", 163, 342, 417, 363, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("draw.", 166, 363, 541, 381, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) end end )
  3. Paypal - CashU و سعد يحول رصيد سوآ لـ كآش يو ..
  4. كيف تسوي ترايقر مجهول؟ ماهو موجود + اللي بالسيرفر قوس زايد + مافيه شيء يشغلها ؟
  5. دعم لا آكثر اما افتح استضافة اخر شيء افكر فية .. انا اخاف ان الاستضافة يكون فيها ثغرات كان سيرفري عليها الوزارهـ مابها ثغرات .. ذذ ماصادفتني ولا ثغرة اذا فية شيء ثاني .. اللي يحصل يراسلني خاص
  6. عارف مابه مشكلة وش المشكلة ؟ انت مسوي بايند كي يسوي ترايقر خلاص [= ؟
  7. انت مسوية كلنت؟
  8. ماعليه يشتغل .. لو تحطة كل واحد سكربت خخخ مآيضر ذذ
  9. دعم لا آكثر اما افتح استضافة اخر شيء افكر فية ..
  10. local open = nil addEvent ( "moveObject", true ) addEventHandler ( "moveObject", root, function ( ) if getElementData ( client,'Group' ) == 'Console' then if isElementWithinMarker ( client, marker ) then if not open then moveObject ( object, 2500, 1599, 539, 12.6 ) else moveObject ( object, 2500, 1599, 539, 18.6 ) end end end open = not open end )
  11. I won't make it for you time to learn find a topic in ( Tutorials ) Section !
  12. حياكـ الله ي بعد قلبي
  13. local open = nil addEvent ( "moveObject", true ) addEventHandler ( "moveObject", root, function ( ) if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( client ) ), aclGetGroup ( "Console" ) ) then if isElementWithinMarker ( client, marker ) then if not open then moveObject ( object, 2500, 1599, 539, 12.6 ) else moveObject ( object, 2500, 1599, 539, 18.6 ) end end end open = not open end )
  14. SQLlite : executeSQLQuery MySQL : dbQuery dbExec dbPoll
  15. مع كودي و استخدم debugscript 3 وقلي وش يقول
  16. اطرح الكود كامل
  17. وين الكولمون ؟ ضيفة تحت القريد ليست : Column = guiGridListAddColumn ( GridList,'Skin IDs',1 );
  18. Hello Gamer Try this : -- # Server Side ! local LastMassage = 0 addEventHandler('onPlayerChat',root, function ( message ) if string.find ( message,'lol' ) then LastMassage = LastMassage +1 if LastMassage == 4 then setPlayerMuted ( source,true ) outputChatBox('You said lol 4 times you are muted now!',source,255,0,0) setTimer ( function ( source ) setPlayerMuted ( source,false ) LastMassage = 0 outputChatBox('You are unmuted now!',source,0,255,0) end,120000,1,source ) end end end ) Add the resource to the acl for the mute function ( resource.ResourceName ) ! And try it and tell me !
  19. Works fine here when i press 'p' And i'm in a vehicle the text works fine.
  20. function onStart ( ) local s,x = guiGetScreenSize () local sx, sy, sz = getWorldFromScreenPosition ( s/2, x/2, 5 ) ped = createPed ( 0, sx, sy, sz,180 ) setElementFrozen ( ped,true ) setCameraMatrix ( 1468.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316 ) outputChatBox ( '* Welcome At Our Servers Have Fun!',0,255,0 ) end onStart ( ) aSkins = { { 'CJ',0 }, { 'KSA',46 }, { 'Test',1 } } for _,v in ipairs ( aSkins ) do row = guiGridListAddRow ( GridList ) guiGridListSetItemText ( GridList,row,Column,v[1],false,false ) guiGridListSetItemData ( GridList,row,Column,v[2] ) end addEventHandler('onClientGUIClick',GridList, function ( ) if guiGridListGetSelectedItem ( GridList ) ~= -1 then setElementModel ( ped,guiGridListGetItemData ( GridList,guiGridListGetSelectedItem ( GridList ), Column ) ) end end,false ) سويت لك هالكود كملة كلنت بس انت سوي اللستة بـ متغير GridList > ذذ وجربة وشوف
  21. Are you sure it's a client side | = ?
  22. Copy it again and make sure you are in a vehicle.
×
×
  • Create New...