Jump to content

justn

Members
  • Posts

    525
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by justn

  1. justn

    Some questions

    This is the scripting related section and You should pay for the server yourself instead of wanting people to pay for you.
  2. justn

    About mapping...

    Huh ?! I would help you but I'd need to understand a little bit more.
  3. Nice script, keep up the good work !
  4. justn

    zombies spawn

    Use these. createRadarArea createPed
  5. justn

    killed by ?

    I'll add the full code soon. ^^
  6. 1. Open MTA Script Editor / Notepad ++ 2. Copy and Make meta 3. Copy and Paste The Server Side Meta: Server Side: addEventHandler ( "onPlayerChat", root, function ( msg, type ) if isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(source)), aclGetGroup ( "Console" ) ) and type == 0 then cancelEvent ( ) local r, g, b = getPlayerNametagColor(source) outputChatBox ( "#999999*[Console] " .. getPlayerName ( source ) .. ":#02FAC8 " .. msg, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(source)), aclGetGroup ( "Supervisor" ) ) and type == 0 then cancelEvent ( ) local r, g, b = getPlayerNametagColor(source) outputChatBox ( "#FFB818*[Admin] " .. getPlayerName ( source ) .. ":#02FAC8 " .. msg, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(source)), aclGetGroup ( "Head-Admin" ) ) and type == 0 then cancelEvent ( ) local r, g, b = getPlayerNametagColor(source) outputChatBox ( "#FF00FF*[Head Admin] " .. getPlayerName ( source ) .. ":#FFFF00 " .. msg, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(source)), aclGetGroup ( "Admin" ) ) and type == 0 then cancelEvent ( ) local r, g, b = getPlayerNametagColor(source) outputChatBox ( "#7777FF*[Admin] " .. getPlayerName ( source ) .. ":#FFFF00 " .. msg, getRootElement(), r, g, b, true ) elseif isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(source)), aclGetGroup ( "Help" ) ) and type == 0 then cancelEvent ( ) local r, g, b = getPlayerNametagColor(source) outputChatBox ( "#FF0000*[Help] " .. getPlayerName ( source ) .. ":#FFFF00 " .. msg, getRootElement(), r, g, b, true ) end end ) -- Edit the stuff that says "outputChatBox ( "Help")" etc Copy and paste this code. elseif isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(source)), aclGetGroup ( "ACLgroup" ) ) and type == 0 then cancelEvent ( ) local r, g, b = getPlayerNametagColor(source) outputChatBox ( "#FF0000*[Name] " .. getPlayerName ( source ) .. ":#FFFF00 " .. msg, getRootElement(), r, g, b, true ) To add new tags.
  7. justn

    killed by ?

    Use these.. onPlayerWasted outputChatBox
  8. Video: Download: Click Here For Download
  9. Video: Download: http://www.mediafire.com/download/m8qi0rqmclqse5z/FloV7.zip
  10. like they care about permission stealing maps in mta today is normal and very often able to see Do I really care about the author's permission ? No. Did I get it ? No Why did I share this map without Author's Permission? Everyone is tired of big mappers either selling their map or putting it for 1 or 2 servers, I did this to help new servers etc get these maps, and quite frankly I'm bringing more maps.
  11. If it was my map, wouldn't I say so??? Now you start on war, first you shouldn't be on my posts if you don't have anything good to say, please just focus on someone else now.
  12. Dude, you have to jump in everyone's buisness like this. I shared this map cause big mappers like to share their maps for 1 or 2 servers, so i shared this map to make new servers get a chance to have big maps.
  13. Video:https://www.youtube.com/watch?v=0baDCajx07I Download:http://www.mediafire.com/download/pjlcygcvniwz4k4/dmclaudiov4.zip
×
×
  • Create New...