Jump to content

lonew000lf

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by lonew000lf

  1. --[[prefix = "Your gamemode name | " 
    addEventHandler("onResourceStart", resourceRoot, 
      function() 
        if getResourceName(source):sub(1, #prefix) == prefix then else 
          cancelEvent(true, "Incorrect name prefix - Expected '"..prefix.."', got '"..getResourceName(source):sub(1, #prefix).."'") 
        end 
      end 
    )]]-- 
    

    just mark the lines with --

  2. Try this, replace the names.

    addEventHandler( "onClientResourceStart", resourceRoot, 
        function() 
            if getVersion ().sortable < "1.1.0" then 
                outputChatBox( "resource wont work on this client." ) 
                return 
            end 
      
    texShader = dxCreateShader ( "effects.fx" ) 
    siteM16 = dxCreateTexture("hud/siteM16.png") 
      
      
    dxSetShaderValue(texShader,"gTexture",siteM16) 
    engineApplyShaderToWorldTexture(texShader,"siteM16") 
            end 
    ) 
    

  3. Hey i can help u without a resource.

    You just need to dont spawn/destroy cars from the panel bcz if u do you will do a bug for the internal.You can remove this from acl to be sure u dont do that.

    <right name="command.destroyvehicle" access="true"></right> 
    

    <right name="command.givevehicle" access="true"></right> 
    

  4. try to change the name of the server and give admin in acl to resource DayZ or change your dayz version

    <object name="resource.DayZ"></object> 
            <object name="resource.login"></object> 
            <object name="resource.slothbot"></object> 
    

×
×
  • Create New...