Jump to content

TrapLord Studios™

Members
  • Posts

    328
  • Joined

  • Last visited

Everything posted by TrapLord Studios™

  1. Good Day, I would like someone who is accustom to Vbulletin and Is willing to join my server team. I have already installed and the Vbulletin is Running, but I need someone good in Html & Css To help me Edit the Site to suit. Thanks -Logic
  2. Note the text above each info icon spawned would be different, as the script would enable the user to input the desired text.
  3. When you use the command, It would spawn the Info Icon infront the player, with dxdrawn text above it
  4. Whats wrong with this? function createinfop(thePlayer, commandName, id) if not dep then outputChatBox("SYNTAX: /" .. commandName .. " [TEXT]", thePlayer, 255, 194, 14) else if (exports.global:isPlayerLeadAdmin(thePlayer)) or exports.global:isPlayerScripter(thePlayer) then local dimension = getElementDimension(thePlayer) local interior = getElementInterior(thePlayer) local x, y, z = getElementPosition(thePlayer) local rotation = getPedRotation(thePlayer) local id = tonumber(id) z = z - 0.3 local id = mysql:query_insert_free("INSERT INTO infopoints SET x='" .. mysql:escape_string(x) .. "', y='" .. mysql:escape_string(y) .. "', z='" .. mysql:escape_string(z) .. "', dimension='" .. mysql:escape_string(dimension) .. "', interior='" .. mysql:escape_string(interior) .. "', rotation='" .. mysql:escape_string(rotation) .. "', `id`='" .. mysql:escape_string(limit) .."'") local x,y,z = getElementPosition( source ) addCommandHandler( "info", function (thePlayer, commandName, id) if (tonumber(id)) then createObject(id, y, x, z - 1) end end )
  5. mysql = exports.mysql local getPlayerName_ = getPlayerName getPlayerName = function( ... ) s = getPlayerName_( ... ) return s and s:gsub( "_", " " ) or s end --/MINFO function adminUncuff(thePlayer, commandName, targetPlayer) if (exports.global:isPlayerAdmin(thePlayer)) then if not (targetPlayer) then outputChatBox("SYNTAX: /" .. commandName .. " [info Text]", thePlayer, 255, 194, 14) end addCommandHandler("minfo", adminminfo, false, false) (Alright I dont know what to do from here )
  6. Thats it I dont Know what to start with
  7. Can someone please help me in making an command , where when it is used, the syntax would be like [text]> , and when you use it, the "Info" Icon/Object is spawned infront of the player who uses the command, and the text would be dx drawn, right above the "Info" Icon/Object.
  8. Hello , I would like to know how to make a single resource auto restart, is there something to add into the mtaserver.conf or what? .. Please help me A.S.A.P.
  9. More of A Real Life / Roleplay .. But we are making our own scripts Im not looking for a Scripter to do all the work .. Just one Who is willing to assist me ... Cause I have Already Started on the Gamemode.
  10. Yeah .. so I am Scripting a Login Panel Form Scratch .. How do I create a Toggle news Button .. When its Clicked It would Bring bring up Dxdrawn Text To the screen . ?Thanks
  11. I am looking for a scripter/scripters who are willing to help me with my server .. You can get money for doing so .. when we get donations ... Pm me or add me on Skype avindean6
  12. Sorry About That .. Thanks for noticing tho' ..
  13. The A-Team I am looking for a group of scripters .. basicly 3-5 People , willing to join my scripting team for a server i am working on.. Qualifications: NOTICE:You cannot lie to me about any of the above .. [&] This is a Free Voluntary Job .. If you do qualify Pm me or Contact me on: avindean6 @Skype or [email protected]
  14. Good Day everyone I would like to now if their are any vacant mappers, willing to team up with me to design Maps/Interiors & Sell Them. Not Just any kind of Map/interior but High Quality Ones. Thanks Reply if interested.
  15. Good night all I would like to know where do all maps downloaded from servers you have been on go to. ?? Help me please.
  16. NO you are all wrong. I am not trying to make the picture bigger, all I want to do Is to design a hd-rendering script. (For Images)
  17. NO like I am using MTARP scripts and The hud the images appear fuzzy how do I render and make them HD.
  18. Hello there everyone How do I make dxdrawimages in "HD" please help me please.
  19. See how the images are fuzzy make them clearer.
  20. Hello everyone, I want to know if it is possible and how to sharpen dx-drawn images? Please help me.
×
×
  • Create New...