^_^ LOL ^_^
Members-
Posts
53 -
Joined
-
Last visited
Everything posted by ^_^ LOL ^_^
-
Can you add me on skype? Pm.
-
Thank you it works. But have another ERROR: [DayZ-MTA]\DayZ\vehicle_spawns.lua:325: bad argument #2 to 'random' (number expected, got nil) 325 line: setElementData(vehCol,"Parts_inVehicle",math.random(0,parts))
-
I try add tank part, by copying engine. And i do all right im sure it. but when i go in vehicle shows this And the 1360 line: local w = dxGetTextWidth(parts.."/"..needparts.." Tank Parts",1.02,"default-bold") Thanks.
-
Thank you very much.
-
Hello everyone, im working on my dayz server, and i need to destroy a vehicle's but its very slow to destroy only with one. So i have no idea to make a script who destroy all vehicles on server, not blow it up but destroy. Anyone can help me? Thanks. Sorry for bad english.
-
Thank you.
-
how? if its not exists.
-
So im hosting on linux and there isnt command like ctrl + c. So how i can right turn off server with saving database?
-
I solve the problem.
-
i add it right here is code: <group name="Admin"> <acl name="Moderator"/> <acl name="SuperModerator"/> <acl name="Admin"/> <acl name="RPC"/> <object name="resource.admin"/> <object name="resource.webadmin"/> <object name="resource.DayZ"></object> <object name="resource.login"></object> <object name="resource.slothbot"></object> <object name="user.Sylar"></object> <object name="user.Harzz"></object> </group>
-
So i goto on new hosting and have new error again. Console: [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' [2014-02-01 19:06:31] WARNING: [DayZ-MTA]/DayZ/addons.lua:26 Access denied @ 'startResource' 26 line: setTimer(startResource,2000,1,resourceValue) full 26 line: if string.find(name,"x_") then setTimer(startResource,2000,1,resourceValue) end
-
wait, i will goto offline. Add me skype reals12
-
INFO: No Error!
-
but dont works.
-
I check, i am in group. code: local gate1 = createObject( 2951,-1643.1999511719,1204.1999511719,6.3000001907349, 0, 0, 73 ) -- Local Functions function openGate1 (thePlayer) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "BadBoys" ) ) then moveObject( gate1, 1500, -1643.1999511719,1204.1999511719,2 ) end end addCommandHandler("open", openGate1) function closeGate1 (thePlayer) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "BadBoys" ) ) then moveObject( gate1, 1500, -1643.1999511719,1204.1999511719,6.3000001907349 ) end end addCommandHandler("close", closeGate1)
-
no errors on debug.
-
works but, commands doesnt work. //add dont work commands anyway.
-
5 line is wrong hes cant accept when is near "("
-
Yea i create group and i join group.
-
Thanks, but whats problem know. local gate1 = createObject( 2951,-1643.1999511719,1204.1999511719,6.3000001907349, 0, 0, 73 ) -- Local Functions function(openGate1) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "BadBoys" ) ) then moveObject( gate1, 1500, -1643.1999511719,1204.1999511719,2 ) end end addCommandHandler("open", openGate1) function(closeGate1) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "BadBoys" ) ) then moveObject( gate1, 1500, -1643.1999511719,1204.1999511719,6.3000001907349 ) end end addCommandHandler("close", closeGate1)
-
So i code a acl gates script but its not working. code: local gate1 = createObject( 2951,-1643.1999511719,1204.1999511719,6.3000001907349, 0, 0, 73 ) -- Local Functions function openGate1( hitElement ) if (getElementType(hitElement) == "BadBoys" ) then moveObject( gate1, 1500, -1643.1999511719,1204.1999511719,2 ) end end addCommandHandler("open", openGate1) function closeGate1( leftElement ) if (getElementType(leftElement) == "BadBoys" ) then moveObject( gate1, 1500, -1643.1999511719,1204.1999511719,6.3000001907349 ) end end addCommandHandler("close", closeGate1)
-
Anyone can tell me how can respawn vehicle? But just only one, because i add custom vehicle and i want it respawn so they to respawn. I use /vsp but that respawn all cars but i need just one.
-
how?
-
The problem is when i have on my resolutions all positions is okey Photo: If i change on another resolutions, hes just disepher Photo: Sorry for bad english.
-
myonlake thank you!
