-
Posts
328 -
Joined
-
Last visited
Everything posted by TrapLord Studios™
-
Are you using a Math Function?
-
[Help] Login Panel not functioning properly (Bad code?)
TrapLord Studios™ replied to Null's topic in Scripting
First: You have to add a Destroy Function, so that when the player logs in the Login Panel gets destroyed. Second: For the music, it would be easier to use a .mp3 or .wav file, due to url's not working at times, due to BassErrors. Third: setCameraMatrix try this- setCameraMatrix(source, 1468.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) -
Try using : local NewLvl = SourceLevel 1 Probably the + is affecting it.
-
IN order for your function to work it needs to be triggered - So you need to add the event - onMarkerHit
-
I see, you have to add the Event - So that it triggers, your function. onMarkerHit
-
I only replaced setElementData(playersource, "food", "1000") with setElementHealth (player,getElementHealth (player) 100)
-
Try this : local skinMarker = createMarker ( -1485, 2631.3999023438, 57.799999237061, "cylinder", 1, 252, 252, 252, 30 ) local foodMarker = createMarker ( -1477.500488281, 2642.3999023438, 57.599998474121, "cylinder", 1, 0, 107, 255, 30 ) local drinkMarker = createMarker ( -1477.500488281, 2641.08, 57.599998474121, "cylinder", 1, 0, 107, 255, 30 ) function skinMarkerHit( playersource ) local accName = getAccountName ( getPlayerAccount ( playersource ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) or aclGetGroup ( "SuperModerator" )) then setElementData(playersource, "skin", "217") --Skin beállítása outputChatBox("#ffffff[#DF3A01Z-Land DayZ#ffffff]: #0489B1Felvetted a munkaruhát.", playersource, 255, 255, 255, true) else outputChatBox("#ffffff[#DF3A01Z-Land DayZ#ffffff]: #0489B1Nem vagy admin", playersource, 255, 255, 255, true) end end function foodMarkerHit( playersource ) local accName = getAccountName ( getPlayerAccount ( playersource ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) or aclGetGroup ( "SuperModerator" )) then setElementHealth (player,getElementHealth (player) 100) --Étel feltöltése outputChatBox("#ffffff[#DF3A01Z-Land DayZ#ffffff]: #0489B1Kivettél egy csokit.", playersource, 255, 255, 255, true) else outputChatBox("#ffffff[#DF3A01Z-Land DayZ#ffffff]: #0489B1Nem vagy admin", playersource, 255, 255, 255, true) end end function drinkMarkerHit( playersource ) local accName = getAccountName ( getPlayerAccount ( playersource ) )
-
Weird topic title but any way - any of these wank_in wank_loop wank_out
-
That way is correct - guiGetScreenSize
-
Add me on skype - avindean6
-
This is because - of your firewall, or the Program your using to run Mysql settings.
-
You mean to make a First Person sort of Camera Mode?
-
What do you mean by that Hide the hud ? or the weapon it self?
-
Nope, they haven't a function for this, animations aren't replaceable as far as I know Patrick, but I think you can add custom animations though. Truely
-
Late February - March for the latest.
-
It only works for the local mta server
-
How can I design a script that allows users to download mods from using Http? With using a online VPS?
-
Only works local good work - But its not helpful
-
Yes , I've tested it, and the object conversion works great ! I just have to fix some bugs.
-
Thanks & Yes you;d be able to replace vehicles and almost any object including : weapons, cars, objects, buildings etc.
-
Thanks for the support
-
Not at the moment the Script is still in the Beta Phase - Still have to finalize some functions .
