Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. The type of meta file is 'XML' Right? The sound is in hupe folder right ?
  2. يقصد ريستارت مآقآل يطفى ذذ بريستيج ي كثر السيرفرات مهكرها تعلمني يعني في الشغلة .. # شكله من الخوف ما قام يكتب عدل و فرحآن بـ هالشيء؟ اللي تسوية؟ يجيك يوم ويصير لك مثلة ..
  3. Why did you copy this part ? Line number On/Off | Expand near/Contract | Select all
  4. If you're using lil_Today admin : AdminPanel > Resources Tab > Manage ACL > Admin Group > Add Object > resource.MyGangSystemName
  5. iPrestege

    Fix Code

    There's no need to use setTeamFriendlyFire At blips function .
  6. iPrestege

    Fix Code

    I said remove these lines : if source~=resource then return end if source~=resource then return end And there's no need to set a timer for team fire. Because it's not defined anywhere ( resource ) - ( source ) .
  7. -- # Client Side : GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Window[1] = guiCreateWindow(510,207,241,243,"قوأنين السيرفر",false) guiSetVisible ( GUIEditor_Window[1],false ) guiSetAlpha(GUIEditor_Window[1],1) GUIEditor_Button[1] = guiCreateButton(85,216,5,0,"",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(8,26,107,35,"عكس الدائري",false,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[1],255,200,30) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Label[2] = guiCreateLabel(10,69,97,35,"تقليد نكات الادمن",false,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[2],200,190,20) guiSetFont(GUIEditor_Label[2],"default-bold-small") GUIEditor_Label[3] = guiCreateLabel(118,33,36,21,"عدم",false,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[3],255,255,0) guiSetFont(GUIEditor_Label[3],"default-bold-small") GUIEditor_Label[4] = guiCreateLabel(154,32,72,21,"السب",false,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[4],220,150,10) guiSetFont(GUIEditor_Label[4],"default-bold-small") GUIEditor_Label[5] = guiCreateLabel(149,70,63,17,"طلب ادمن",false,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[5],200,100,50) guiSetFont(GUIEditor_Label[5],"default-bold-small") GUIEditor_Label[6] = guiCreateLabel(11,107,215,12,"----------------------------------------------",false,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[6],255,255,10) guiSetFont(GUIEditor_Label[6],"default-bold-small") GUIEditor_Label[7] = guiCreateLabel(87,126,67,18,"يجب",false,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[7],250,255,0) guiSetFont(GUIEditor_Label[7],"default-bold-small") GUIEditor_Label[8] = guiCreateLabel(145,153,80,20,"احترام الادمن",false,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[8],180,200,10) guiSetFont(GUIEditor_Label[8],"default-bold-small") GUIEditor_Label[9] = guiCreateLabel(13,157,75,13,"الاخلاق",false,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[9],180,200,40) guiSetFont(GUIEditor_Label[9],"default-bold-small") GUIEditor_Label[10] = guiCreateLabel(11,186,214,15,"-----------------------------------------------------------",false,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[10],250,250,0) GUIEditor_Label[11] = guiCreateLabel(12,208,220,29,"By:FeLooN",false,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[11],100,250,30) guiSetFont(GUIEditor_Label[11],"default-bold-small") bindKey('F2','down', function ( ) guiSetVisible ( GUIEditor_Window[1],not guiGetVisible( GUIEditor_Window[1] ) ) showCursor ( guiGetVisible( GUIEditor_Window[1] ) ) end ) P.S : المفروض تكتب ابي الكود جاهز عشان انا كاتب ( By:FeLooN ) .
  8. debugscript 3 ? It's server side right?
  9. setTimer outputChatBox
  10. iPrestege

    Fix Code

    Post the whole script.
  11. if isPedInVehicle ( hitElement ) then setElementPosition ( getPedOccupiedVehicle( hitElement ),x,y,z ) outputChatBox('You can not enter the area with vehicle',hitElement,255,0,0) return end Try this and if there's any error use debugscript and don't forget to change the x,y,z position .
  12. iPrestege

    Fix Code

    setTimer(BlipT,1000,0) setTimer(BlipP,1000,0) Remove if source~=resource line . And please tell us if there's a error or anything in the debug .
  13. if isPedInVehicle ( hitElement ) then return outputChatBox('You can not enter the area with vehicle',hitElement,255,0,0) end
  14. Not sure but i think you want this : -- Client Side ! local marker = createMarker ( -1873.587890625, -1262.5078125, 15.474542617798, "cylinder", 1.5, 255, 255, 0, 170 ) function MarkerHit( hitElement, matchingDimension ) if ( hitElement == getLocalPlayer() ) then if uSound and isElement ( uSound ) then destroyElement ( uSound ) end uSound = playSound3D( 'ansage/ansage.mp3',-1937.876953125, 128.0166015625, 26.273441314697 ) setSoundMaxDistance( uSound, 10000 ) setSoundMinDistance( uSound, 5000 ) outputChatBox( "Zugstation wurde gewarnt!" ) end end addEventHandler( "onClientMarkerHit",marker,MarkerHit,false )
  15. iPrestege

    Fix Code

    That's because the blip will shown for how have a police team when the resource start use a timer : setTimer
  16. يقصد ريستارت مآقآل يطفى ذذ
  17. iPrestege

    Fix Code

    Post what you did.
  18. iPrestege

    Fix Code

    Change blip id 0 > 5 or anything you want and try.
×
×
  • Create New...