Jump to content

Z-Dash

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by Z-Dash

  1. u mean i cant show the codes of a compiled script? and how can i compile a script?
  2. Hello everyone,sometime when i download a resource from the community (Script),and try to open Lua files to learn from them because i'm a beginner i see LuaQ,then a lot of weird symbols, That means they're protected or what? And if yes,how can i protect my scripts? and is there anyway that i can access the code?
  3. Hello all,Why the https://community.multitheftauto.com/ isn't working? Thanks
  4. Z-Dash

    [ALC Groups.

    Hey everyone,Is this a correct method of using "or"? if getPlayerAccount and not isGuestAccount( getPlayerAccount ) then if isObjectInACLGroup ( "user.".. getAccountName( getPlayerAccount ), aclGetGroup ( "Elite" or "Admin" or "Moderator" or "Law" ) ) then
  5. how can i make the access for 2 ACL Groups?
  6. Hey all,i need help with the freeroam GUI "F1" how can I disable the jetpack,that means if a player used J or clicked JetPack from F1 he gets an error message? like an outputChatBox"the JetPack is only for Elite players!" Thank you
  7. Z-Dash

    [SOLVED]

    No,they are needed,Because if the file is not there there will be no collision just DFF and TXD SOLVED
  8. Z-Dash

    [SOLVED]

    UP,Please help me
  9. I don't know,but thats what i got.. And can u check this topic Please? https://forum.multitheftauto.com/viewtopic.php?f=91&t=63004&p=599385#p599385
  10. i got this createObject ( 4802, akina01, 0, 797.989, -899.052, 99.527, 1 ) And PosX is Bad,right?
  11. Hello all,i was making an Akina script,but i did not know what should i do with the IPL File Please help!
  12. Hello everyone,I'm here to ask about better Hosting between these two Sane Hosting Or Zonex Servers And the BEST Hosting location too. I really need help,thank you!
  13. Hello,My small cient sided script isn't working script job:Air Force team can enter vehicles other teams cant.. function AFVeh(thePlayer) if getTeamName(getPlayerTeam(getLocalPlayer())) =~ "Air Force" then outputChatBox("This vehicle is for the Air Force Team!", 0, 100, 0 ) cancelEvent() end end end addEventHandler("onClientVehicleStartEnter", getRootElement(), AFVeh)
  14. هلا شباب ابي اسوي سكريبت "OnColShapeHit" = Function Function = setPedAnimation الكود runwayped1 = createPed (16, -1344, 418, 7.2, 90) runwayped2 = createPed (16, -1344, 382, 7.2, 90) runwayped3 = createPed (16, -1344, 347, 7.2, 90) run1col = createColCuboid (-1388.8000488281, 420, 5.5, 13.7, 10) function toggleFreeze () setPedFrozen ( runwayped1, true ) setPedFrozen ( runwayped2, true ) setPedFrozen ( runwayped3, true ) end function takeoff1 () setPedAnimation( runwayped1, "ped","ON_LOOKERS", "wave_loop", 4000) end addEventHandler( "onResourceStart", getRootElement(), toggleFreeze ) addEventHandler( "onColShapeHit", run1col, takeoff1) ماعليكم من runwayped2 و runwayped3 للي يجيني بـ كنسل السيرفر Bad argument @ 'createColCuboid" Bad argumrnt @ 'addEventHandler' [Expected element at argument 2, got boolean]
  15. Z-Dash

    Car spawning

    Hello Everyone! How can i make a car spawn again after it gets blown up?
  16. I Can do it for you with fair prices but awesome work Mapped=Only map,Military style (Pro Mapper) = 20$ Map+Script Map,Pro Mapping with military style Gates and doors that opens for Player= 35$
  17. How can i do that? Sorry i'm a new scripter Please Help!
  18. Hello,i just made a script for LSPD Gate/Barrier but when 2 ppl enter the ColShape it moves 2 times and it doesn't stop at the place it must stop at the ending point...it goes under the floor and goes in a 360 motion if there was about 5 ppl trying to get in and if there is one getting in he must wait for the gate to get fully opened to leave ColShape... i mean there is not a stopping stopping for opening and closing... and idk the way to script that it stops at the ending point... Whole Script.. Video: eBarrier = createObject ( 968, 1544.6999511719, -1630.5999755859, 13.10000038147, 0, 90, 90 ) gatecol = createColCircle ( 1544.5999755859, -1627.1999511719, 12.39999961853, 1 ) bar1 = createObject ( 994, 1544.6999511719, -1623.9000244141, 12.39999961853, 0, 0, 90 ) bar2 = createObject ( 994, 1544.6999511719, -1623.9000244141, 13.39999961853, 0, 0, 90 ) bar3 = createObject ( 994, 1544.9000244141, -1639.0000000000, 12.39999961853, 0, 0, 90 ) bar4 = createObject ( 994, 1544.9000244141, -1639.0000000000, 13.39999961853, 0, 0, 90 ) function og(thePlayer) if ( getTeamName(getPlayerTeam(thePlayer)) == "Police" ) then moveObject (eBarrier, 1500, 1544.6999511719, -1630.5999755859, 13.10000038147, 0, -90, 0 ) end end function cg(thePlayer) if ( getTeamName(getPlayerTeam(thePlayer)) == "Police" ) then moveObject (eBarrier, 1500, 1544.6999511719, -1630.5999755859, 13.10000038147, 0, 90, 0 ) end end addEventHandler( "onColShapeHit", gatecol, og ) addEventHandler( "onColShapeLeave", gatecol, cg )
  19. I just made a script for a gate that opens for Police team only "ColShape" and it's not opening when I get close (in a police team) please help eBarrier = createObject ( 968, 1544.6999511719, -1630.5999755859, 13.10000038147, 0, 90, 90 ) gatecol = createColCircle ( 1544.5999755859, -1627.1999511719, 12.39999961853, 4 ) bar1 = createObject ( 994, 1544.6999511719, -1623.9000244141, 12.39999961853, 0, 0, 90 ) bar2 = createObject ( 994, 1544.6999511719, -1623.9000244141, 13.39999961853, 0, 0, 90 ) bar3 = createObject ( 994, 1544.9000244141, -1639.0000000000, 12.39999961853, 0, 0, 90 ) bar4 = createObject ( 994, 1544.9000244141, -1639.0000000000, 13.39999961853, 0, 0, 90 ) function og(thePlayer) if ( getTeamName(getPlayerTeam(thePlayer)) == "Police" ) then moveObject (eBarrier, 1500, 1544.6999511719, -1630.5999755859, 13.10000038147, 0, 0, 90 ) end function cg(thePlayer) if ( getTeamName(getPlayerTeam(thePlayer)) == "Police" ) then moveObject (eBarrier, 1500, 1544.6999511719, -1630.5999755859, 13.10000038147, 0, 90, 90 ) end addEventHandler( "onColShapeHit", gatecol, og ) end addEventHandler( "onColShapeLeave", gatecol, cg ) end And also i wanna know how can i show colshapes,i remember that can be with a command but i dont remember it,pls help
×
×
  • Create New...