Jump to content

spoty

Members
  • Posts

    334
  • Joined

  • Last visited

Everything posted by spoty

  1. spoty

    FIXED

    no we have maded an afk zone where you can walk and chill but i wanne make it like you geth there with /afk as teleporter and when you do /afk you get godmode and take off all weapons or isnt that possible?
  2. spoty

    FIXED

    no one can help me ???
  3. spoty

    FIXED

    hi who can help me? i have maded an teleporter but how can i create something like when user use telporter it take's all his weapons away and get godmode and cant get any weapon? please who can help me this is what i have now
  4. i have tried some editings into mta green modeler but still cant fix it so please help me
  5. spoty

    Hex Color Help

    So why are you writing?? I wrote if one would please the entire code .. and I do not know how to change all the lines .. if you write to me the entire code I'd somehow learned. he helped you very good so do the rest on youre own you lazy basterd
  6. but i cant find the map in my server ingame when i start the map its says this Models loaded : 0 StreamerMemory : 0 / 1040039
  7. i did try but then i have this problem [2014-03-07 16:44:28] WARNING: F1 script.luac is invalid and will not work in future versions. Please re-compile at https://luac.multitheftauto.com/ and when i do it what it says i get this ERROR Already compiled
  8. Hi there i was playing on a server with a costum real drift track like this one << youtube vidhttp://gtafiles.gtainside.com/downloads/ftpf/1306142357_Roskilde_Ring.rar << Download but here is the question is there a way to put this into my server??? i realy wanne have it in my server but i dont know how
  9. hi all i just wanted to put my server online but when i start my server its says this [2014-02-21 08:36:15] Resources: 217 loaded, 0 failed [2014-02-21 08:36:15] ERROR: Could not bind the server on interface '' and port '22003'! [2014-02-21 08:36:15] Server stopped! [2014-02-21 08:36:16] Stopping resources... [2014-02-21 08:36:16] Closing SQLite3 database who can help me out of this? -------FIXED-------- just put youre local ip 192.168.0.100 and it will work
  10. hi all i just wanted to put my server online but when i start my server its says this [2014-02-21 08:36:15] Resources: 217 loaded, 0 failed [2014-02-21 08:36:15] ERROR: Could not bind the server on interface '' and port '22003'! [2014-02-21 08:36:15] Server stopped! [2014-02-21 08:36:16] Stopping resources... [2014-02-21 08:36:16] Closing SQLite3 database who can help me out of this?
  11. spoty

    [Help]ACL Error

    ye i see now i even dind see it first time thanks alot you saved my server again
  12. hi i have putted some costum groups into Acl and now i have an acl error i dont know what i did wrong who can help me acl
  13. spoty

    [HELP]Sounds

    uuhhm can you mayby help me a little bit moore? i have downloaded a audio folder and in there i have 3 moore folders CONFIG SFX STREAMS sorry i am pretty noob
  14. spoty

    [HELP]Sounds

    Hi there i am pretty noob at scripting but is there a way to put costum sounds into mta server? something like a function as SoundLoad or something?
  15. ik zou zeggen ik help je wel met scripten maar ik ben zelf momenteel heel erg druk met mijn eigen server ben best wel goed met scripten en mappen ik doe alles zelf op mijn server het duurt wel wat langer dan met meerdere scripters maar als ik klaar ben met mijn server dan wil ik je wel helpen
  16. yes you are right just did id and now it works and now i looked at forum and see it to thanks
  17. well this is the problem sorry dind posted ERROR: Loading script failed: [J-Drift]Teams\JDO.lua:21: unexpected symbol near ')' so i tried to delete the ) at line 21 and now i goth this SCRIPT ERROR: [J-Drift]Teams\JDO.lua:20: 'end' expected (to close 'function' at line 15) near '' ERROR: Loading script failed: [J-Drift]Teams\JDO.lua:20: 'end' expected (to close 'function' at line 15) near ''
  18. hi i need some help with my script only i realy dont know what i doing wrong mayby you guys can help me out? hereis the lua script function createAdminTeamOnStart () AdminTeam = createTeam ( "|J-Drift| Owner", 255, 0, 15 ) end addEventHandler("onResourceStart", resourceRoot, createAdminTeamOnStart) function setAdminTeam() if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("Admin")) then setPlayerTeam(source, AdminTeam) end end addEventHandler("onPlayerLogin",getRootElement(),setAdminTeam) addEventHandler ( "onPlayerChat", root, function ( msg, type ) if isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(source)), aclGetGroup ( "Admin" ) ) and type == 0 then cancelEvent ( ) local r, g, b = getPlayerNametagColor(source) outputChatBox ( "#000000|#00FF00J#000000-#00FF00Drift#000000|#00FFFFOwner " .. getPlayerName ( source ) .. ":#FFFFFF " .. msg, getRootElement(), r, g, b, true ) end )
  19. wow thanks works now i had tryed serveral things thanks t
  20. i cant start restart or stop a resourche here is the warning log WARNING: admin\server\admin_server.lua:1193: Access denied @ 'startResource' WARNING: admin\server\admin_server.lua:1194: Access denied @ 'restartResource' WARNING: admin\server\admin_server.lua:1195: Access denied @ 'stopResource' if you need my acl.xml
  21. hi all i have created a autoteam script and evry thing works only 1 thing not i see the teams but it dosnt seth me into the team something wrong whit my acl?? here is the script function createBDTeamOnStart () BDTeam = createTeam ( "BD Members", 0, 255, 0 )-- create a new team and named it 'BD' end addEventHandler("onResourceStart", resourceRoot, createBDTeamOnStart) -- add an event handler function setBDTeam() if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("BD")) then -- if he is BD setPlayerTeam(source, BD) -- set him to BD end end addEventHandler("onPlayerLogin",getRootElement(),setBD) -- add an event handler and here is the meta <meta> <info author="spoty" type="script" name="Autoteams" version="1.1.5" /> <script src="Owner.lua" type="server" /> <script src="admin.lua" type="server" /> <script src="smod.lua" type="server" /> <script src="mod.lua" type="server" /> <script src="member.lua" type="server" /> <script src="VIP.lua" type="server" /> <script src="HOONIGAN.lua" type="server" /> <script src="BadBoys.lua" type="server" /> <script src="Drift King.lua" type="server" /> <script src="team.lua" type="server" /> </meta>
×
×
  • Create New...