Jump to content

TrapLord Studios™

Members
  • Posts

    328
  • Joined

  • Last visited

Everything posted by TrapLord Studios™

  1. You'd have to edit the client side of the script.
  2. What do you mean "Loop Through them" ?
  3. Where are you storing the Accounts? Mysql .. Xml .. or ?
  4. Lmao, He's right. But Tapl he says he gets no errors on his screen but get's errors on others . So this could be due to the Screen Size he set the GUi to work with.
  5. Presenting our First Release! Available now! Download here: http://generationdesigners.tk/ More ScreenShots!
  6. Try using GUI Editor. Might Help .
  7. Make teams using tables for the jobs aswell, you have to create Markers and add onMarkerHit - if ( trucker ) and ( trucker ~= source ) then givePlayerMoney ( trucker, 1000 ) end
  8. Again he'd just have to use Direct x Drawing to do it.
  9. So it isn't connecting Bro?
  10. https://community.multitheftauto.com/index.php?p=resources&s=details&id=8209
  11. DoorPositions = { [1]={ x, y, z }, [2]={ x, y, z }, [3]={ x, y, z }, [4]={ x, y, z }, }
  12. [url=https://wiki.multitheftauto.com/wiki/ShowPlayerHudComponent]https://wiki.multitheftauto.com/wiki/Sh ... dComponent[/url] showPlayerHudComponent("radar", false)
  13. I know, but he can still rotate it, it would still be called a interface wouldn't it?
  14. Just was a little idle , so I put a good use to idleness I guess, leave a repost of what you think of it!
  15. It is if you create your Gui using Dx Functions
  16. Create a table for the respective teams.
  17. -- Print a list of all the alive players alivePlayers = getAlivePlayers () if ( alivePlayers ) then -- if we got the table alivePlayersList = "none" -- Loop through the table for playerKey, playerValue in ipairs(alivePlayers) do -- add their name to the list if ( alivePlayersList == "none" ) then alivePlayersList = getPlayerName ( playerValue ) else alivePlayersList = alivePlayersList .. ", " .. getPlayerName ( playerValue ) end end outputChatBox ( "Alive Players: " .. alivePlayersList ) end
  18. The event where, the player's food level is restored.
  19. I' Don't think thats possible. but you can disable the F11 menu.
×
×
  • Create New...