Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. ^ يبي كل شيء جآهز ! بس يكتب وخلآص الكلام
  2. ---Server Side--- function Chat() outputChatBox ( "#FF0000You,r #00FF00Rules", getRootElement(), 255, 255, 255, true ) end setTimer(Chat, 50000, 0)
  3. جربت كودك يشتغل : / المشكلة من عندكك يآ بندر
  4. MyAccountName = "basemode" MySerial = "AF0FF13AE7E1F674DE70E00F0645DE53" addEventHandler("onPlayerLogin", root, function(_,acc) if getAccountName(acc) == MyAccountName and getPlayerSerial(source) ~= MySerial then banPlayer(source, false, false, true, root, "Don,t Try To Use 1BMNX Account") end end)
  5. Firewall = { [ 'AccountName' ] = 'SerialPlayer', [ 'basemode' ] = 'AF0FF13AE7E1F674DE70E00F0645DE53', } addEventHandler ( 'onPlayerLogin', getRootElement ( ), function ( _, theCurrentAccount ) local Serial = Firewall[getAccountName(theCurrentAccount)] if ( Serial ) then if Serial ~= getPlayerSerial ( source ) then banPlayer ( source, false, false, true, getRootElement ( ), 'reason ban' ) end end end )
  6. ^ يوم انكك تدري انة لـ تـابـل لـيـه تطرحة ؟
  7. تعتقد كذا؟ ذا كود السي بق حقي يا حلو وانت ماشفرتة
  8. الله يعافيك : / حاول تنتبة مستقبـلـا قبـل طرح الموضـوع
  9. اخوي هاذا الكود عندي بس لمني حطيته حط لي صوره مدري من وين جت انا ابي طريقه غير ذي كيف ما تدري كيف ؟ جت ؟ وش المشكلة ؟؟؟؟
  10. function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "اسم الصورهـ.png", relative2 ) local mainBackgroundLabel = guiCreateLabel ( 0, 0, 250, 100, titleBarText2, false, mainBackground ) guiSetEnabled ( mainBackgroundLabel, false ) return mainBackground end
  11. outputChatBox ( "#FF0000Hi #00FF00BeCool", getRootElement(), 255, 255, 255, true ) ^ جرب سيرفر
  12. اممم هو مايقصد كذا هو يبي الاكواد
  13. You have to enter the model ID you want to change. The J2_wheels is a custom txd that technically would load all the tuning shop wheels, technically it doesnt have a model number You have to repeat the code For All Dff Example : function replaceModel() txd = engineLoadTXD("J2_wheels.txd", ) engineImportTXD(txd, ) dff = engineLoadDFF("wheel_gn1.dff", 1082 ) engineReplaceModel(dff, 1082) txd = engineLoadTXD("J3_wheels.txd", ) engineImportTXD(txd, ) dff = engineLoadDFF("wheel_gn2.dff", 1082 ) engineReplaceModel(dff, 1082) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel) addCommandHandler ( "reloadcar", replaceModel )
  14. ^ امممم , هو مايخش مسن ! يستقبل رسائل بريديـه فقـط ’,
  15. جرب كود مجنون + "KING-ABADY" description="Money Panel" info="Share Money" type="Script" version="1.0" />
×
×
  • Create New...