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. Thanks Much, Regards Generation Designers Team.
  4. Where are you storing the Accounts? Mysql .. Xml .. or ?
  5. 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.
  6. Use : guiGetScreenSize
  7. Presenting our First Release! Available now! Download here: http://generationdesigners.tk/ More ScreenShots!
  8. http://generationdesigners.tk/
  9. Try using GUI Editor. Might Help .
  10. 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
  11. Again he'd just have to use Direct x Drawing to do it.
  12. So it isn't connecting Bro?
  13. https://community.multitheftauto.com/index.php?p=resources&s=details&id=8209
  14. DoorPositions = { [1]={ x, y, z }, [2]={ x, y, z }, [3]={ x, y, z }, [4]={ x, y, z }, }
  15. [url=https://wiki.multitheftauto.com/wiki/ShowPlayerHudComponent]https://wiki.multitheftauto.com/wiki/Sh ... dComponent[/url] showPlayerHudComponent("radar", false)
  16. Just rename the folder -
  17. I know, but he can still rotate it, it would still be called a interface wouldn't it?
  18. Just was a little idle , so I put a good use to idleness I guess, leave a repost of what you think of it!
  19. Get the positions in Map editor dude.
  20. It is if you create your Gui using Dx Functions
  21. Create a table for the respective teams.
  22. -- 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
  23. The event where, the player's food level is restored.
  24. I' Don't think thats possible. but you can disable the F11 menu.
×
×
  • Create New...