Jump to content

Dev

Members
  • Posts

    127
  • Joined

  • Last visited

Everything posted by Dev

  1. We have International Capslock Day coming up in 2 days, everyone get ready to celebrate on Monday!!
  2. You can either provide the permission to a specific object in the ACL or use the Element data to set and identify it's virtual permissions, like 'admin'. For example, if ( getElementData( thePlayer, 'admin' ) == 1 ) then Or, local accountName = getAccountName( getPlayerAccount ( thePlayer ) ) -- Account name ( e.g, Dev ) if ( isObjectInACLGroup('user.'.. accountName, aclGetGroup( 'Admin' ) ) ) then -- user.Dev ACL Layout for this would be, <group name="Admin"> <acl name="Moderator"></acl> <acl name="SuperModerator"></acl> <acl name="Admin"></acl> <acl name="RPC"></acl> <!-- User account name added as an object --> <object name="user.Dev"></object> </group>
  3. Also, you can place a timer if you want it to slowly fade out/in.
  4. https://wiki.multitheftauto.com/wiki/Resource:Voice
  5. If you're making is client side then, or if you're making it serverside,
  6. Dev

    [REL] Stick

    Hah', this is good.
  7. I can script @ $0.5567894174951231, not a penny less or more.
  8. A: Will make me jizz in my pants. Q: You are?
  9. The US Government have always been conspirators, just image this, the man who leads it is the most powerful man on earth ( their President ), he may talk of democracy and other things like human rights, but the truth is, the US Government treats captured military personnel from Pakistan or Afghanistan with much more infidelity than anyone could imagine, they are basically already governing the world with their provoking and manipulation.
  10. I see most of the people have their gamemode inspiration from other games.
  11. Really great work, I wish you best regards and hope your dedication towards this project always stays strong.
  12. Call of Duty? I don't have similar servers with that gamemode already?
  13. Dev

    SetMoney

    Yea', I'm the Vedic author, the money in hand is related to the default column value of 'money' in the table 'characters' in SQL, you need to change the default value with ALTER TABLE SQL statement, same goes for the default value of 'bankmoney' in 'characters' table.
  14. Nice! but let's wait for some more unique ideas.
  15. Hey there, Well I believe most of you don't know me and have never heard about me or maybe you have, I'm an MTA player, I started learning scripting in Lua about 3 years ago, when I was around 12 years old, at first I found it kinda' difficult and lame but eventually when my codes started working my interest in scripting started growing and soon I made my own Roleplay Gamemode and launched a server in February 2012 by the name of Arsenic Roleplay. The server peaked around 32 players but then it eventually died and I abandoned the project, this was about 4 months ago. Now, I've been playing on Root Gaming from a while since I'm kinda' a fan of roleplay and I enjoy playing there with my small group of friends, but tomorrow is my last school examination and I'm gonna be having some free time with me in the upcoming days and basically I want to work on a unique gamemode for MTA, I mean, something that hasn't been made before, I don't want to make a Deathmatch, Race, Demolition Derby, RPG or Roleplay gamemode because there's already a lot of servers related to them with sufficient amount of players and if I just make another server based on one of these gamemodes, I'll just snatch away maybe a quarter of the players from already established servers and this is the reason I wish to make something new and unique that would attract the MTA community and it's players. So, if anyone of you guys have ever imagined a server with a certain form of gamemode and wished that it existed, post about it here in this thread and I will consider the possibility of it's creation and if it turns out to be something real fun and worth a try, I'll start working on it. Cheers! Dev
  16. To be honest, if we don't give a shit and remain confined to our small sphere of life consisting of our friends, family, MTA community and Facebook, we don't need to worry about how actually this world will end, because ultimately, whatever we think won't necessarily change the fate of the Earth - so let's stop thinking about this crap and enjoy our daily life.
  17. There is no loop in that script.
  18. There is an infinite or never ending for/while/do loop in your script.
×
×
  • Create New...