Jump to content

TheLoolyWiz

Members
  • Posts

    10
  • Joined

  • Last visited

About TheLoolyWiz

  • Birthday 07/11/1997

Details

  • Location
    Italy

TheLoolyWiz's Achievements

Member

Member (5/54)

0

Reputation

  1. After MTADiag installed a newer nightly build, map editor still didn't work.. Here is my report: http://pastebin.mtasa.com/299783857
  2. Guys I need help, my map editor doesn't work I don't see object, vehicle, .. boxes at the bottom of the screen! I already tried to reinstall MTA and to re-download resources.. I use MTA:SA Unstable Build 5579
  3. I mean on MTA Menu, and another suggestion is adding "reboot" command for restarting the server instead of shutdown and then reopening it
  4. Thanks, I solved! I used: function joinHandler() local accName = getAccountName ( getPlayerAccount ( source ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) ) then fadeCamera( source, true) setCameraTarget( source, source) spawnPlayer( source, 1580, -1634, 13, 0, 23) -- (source,x,y,z,rotation,skin,interior,dimension,team) else fadeCamera( source, true) setCameraTarget( source, source) local spawnX, spawnY, spawnZ = 1570.9791259766, -1628.7496337891, 13.3828125 spawnPlayer( source, spawnX, spawnY, spawnZ, 0, math.random (0,288), 0, 0) -- (source,x,y,z,rotation,skin,interior,dimension,team) end end addEventHandler("onPlayerLogin", getRootElement(), joinHandler)
  5. Ok, now my player spawns but still have same error "attempt to concatenate local 'accName' a boolean value"
  6. Hey guys I got this error when I start my script and my player doesn't spawn: attempt to concatenate local 'accName' (a boolean value) Here a screenshot: http://tinypic.com/r/2lc1o21/5 And here is my code: function joinHandler( thePlayer ) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) ) then fadeCamera( source, true) setCameraTarget( source, source) spawnPlayer( source, 1580, -1634, 13, 0, 23) -- (source,x,y,z,rotation,skin,interior,dimension,team) else fadeCamera( source, true) setCameraTarget( source, source) local spawnX, spawnY, spawnZ = 1570.9791259766, -1628.7496337891, 13.3828125 spawnPlayer( source, spawnX, spawnY, spawnZ, 0, math.random (0,288), 0, 0) -- (source,x,y,z,rotation,skin,interior,dimension,team) end end addEventHandler("onPlayerJoin", getRootElement(), joinHandler) addEventHandler("onResourceStart", getRootElement(), joinHandler)
  7. I think adding more fonts for the chat would be nice..
  8. The video is nice but you always do same stunts. Anyway it's nice
×
×
  • Create New...