Jump to content

qaisjp

Retired Staff
  • Posts

    2,344
  • Joined

  • Days Won

    10

Everything posted by qaisjp

  1. function outputForAdmins(player, msg) for i,v in pairs(getElementsByType("player")) do local account = getPlayerAccount ( v ) if isObjectInACLGroup ( "user." .. getAccountName(account), aclGetGroup ( "Admin" ) ) then outputChatBox ( "#C6FA78[Admin]" .. getPlayerName ( player ) .. ": " .. message, v, 255, 255, 255, true ) end end end function adminchat(thePlayer, _,...) local word = {...} local message = table.concat(word, " ") local account = getPlayerAccount ( thePlayer ) if isObjectInACLGroup ( "user." .. getAccountName(account), aclGetGroup ( "Admin" ) ) then outputForAdmins(thePlayer, message) else outputChatBox("#C6FA78No.", thePlayer, 255, 255, 255, true) end end addCommandHandler("a", adminchat) This one is only to show what you say for admins, above castillos post is announce
  2. A great resource, another resource from Remi-X' server has graduated from line 0 to epicness
  3. Town, it is not stolen. I saw Jesse make it, even The_GTA was there to see Jesse make it. It is not stolen. (he made it on his server using resedit)
  4. qaisjp

    I CAME BACK, MTA xD

    True, i hardly play any mta servers nowadays. i need to get unbanned from my fav server lol.
  5. /start race, and then download/start a DM map.
  6. function adminchat(thePlayer, _,...) local word = {...} local message = table.concat(word, " ") local account = getPlayerAccount ( thePlayer ) if isObjectInACLGroup ( "user." .. getAccountName(account), aclGetGroup ( "Admin" ) ) then outputChatBox ( "#C6FA78[Admin]" .. getPlayerName ( thePlayer ) .. ": " .. message, getRootElement(), 255, 255, 255, true ) else outputChatBox("#C6FA78No.", getRootElement(), 255, 255, 255, true) end end addCommandHandler("a", adminchat) I am very nice, aren't I
  7. a.I'm preparing the room you will die in. I'm Dexter. q. who da fax are u. i am da killer. no u! WHO ARE YA YA FAKA?
  8. Well firstly, MTA already has a race gamemode in it's default resources. So just create a server/host one, get administrator rights and type "/start race" read the Client_Manual and the Server_manual I'm delighted to see you move from SA-MP!
  9. This doesn't get the current FPS, but gets the FPS that occured on the previous frame (generally a fraction of a second)
  10. qaisjp

    I CAME BACK, MTA xD

    The belated ben. I wish you never left ;( I have an unhealthy addiction to MTA and sometimes I find it boring. the only thing keeping me on mta is scripting, my mta friends and the community forum.
  11. qaisjp

    Frozen Synapse

    Unable to find steam account "lakecityransom" hit back to try again.
  12. function veh(thePlayer, cmd, modelid) local x,y,z = getElementPosition(thePlayer) local model = tonumber(modelid) if isObjectInACLGroup ("user." .. getAccountName(getPlayerAccount(player)), aclGetGroup("Admin") ) then createVehicle (model, x+5,y,z) else outputChatBox ( "Admin cmd only!" ) end end addCommandHandler("veh", veh) i think that is waht u want
  13. function adminchat(thePlayer, ...) local word = {...} local message = table.concat(word, " ") local account = getPlayerAccount ( thePlayer ) if isObjectInACLGroup ( "user." .. getAccountName(account), aclGetGroup ( "Admin" ) ) then outputChatBox ( "#C6FA78[Admin]" .. getPlayerName ( thePlayer ) .. ": " .. message, getRootElement(), 255, 255, 255, true ) else outputChatBox("#C6FA78No.", getRootElement(), 255, 255, 255, true) end end addCommandHandler("a", adminchat)
  14. It's not Axels, it is Jesseunits. Axel stole it. I saw jesseunit make it from line 1 to the last line. (on the_gta's test server)
  15. i know. disable mta for azerty phaggots. qwerty ftw
  16. this aint rp wasnt ilke this in 1.0.4
  17. I agree, I have never experienced that menu and I have only seen it in videos twice (in the history of mta to 1.1 video and the video above) and it would be great to see it again. Perhaps say "Disable fancy menu?" with a "dont ask again" button when mta starts, and the option is toggeleable in the settings GUI
×
×
  • Create New...