Search the Community
Showing results for tags 'admintag'.
-
Hello, in this case I want to request that the name of my server be registered in order to avoid plagiarism, which greatly affects the server's average. Commenting that I have the hosting, in my name, with everything in order and proof in addition to the payments that are made. Currently 2 servers that opened recently, that are using the same name as mine. Which generates fights, always inconvenient for the users of my server. It is a disagreement that I find myself presenting. That lends itself to inconvenience, in addition to the server that I manage. It has been open for more than 1 year, nothing was ever recorded because we did not think about these problems that would come in the future. That's what they are like right now. For this reason I want to request the format that I use to be able to register the server name. Thank you and I await your response.
-
local adminrang = exports.sas_global:getPlayerAdminTitle(thePlayer) if getElementData(thePlayer,"adminduty") >= 1 then outputChatBox("#32b3ef[ADMIN] " .. adminrang .. " " .. playerName .. " "..kieg.." mondja: " .. message, source, 255, 255, 255, true) exports['sas_freecamtv']:add(shownto, playerName .. " mondja: " .. message, source) elseif outputChatBox(playerName .. " "..kieg.." mondja: " .. message, source, 255, 255, 255, true) end Sziasztok, a gond a outPutChatBox ba a hiba, ugye ott van hogy " .. adminrang .. " és legfelül az exports. de valamiért nem írja hogy pl SzuperAdmin csak azt hogy Player
-
I want add a function to the admintag script, but i don't know how to create. When i type this for example: "asd", the script make this automatically to "Asd". And may add to this function special characters? For example: é,á,ű,ő,ó,ú...etc? Those too replace to big letter sorry for my bad english:(
-
addEventHandler ( "onPlayerChat", root, function ( msg, type ) if isObjectInACLGroup ( "user." .. getAccountName(getPlayerAccount(source)), aclGetGroup ( "Admin" ) ) and type == 0 then cancelEvent ( ) function outputMessage(author,message) outputChatBox("#ff0000[T] #FFffff"..author..": #FF0000"..message,getRootElement(),0,0,0,true) end function changetag(author,message) outputChatBox("#ff0000[Tulaj] #FFffff"..author..": #FFd700"..message,getRootElement(),0,0,0,true) end addCommandHandler("rang",changetag) why not working this? what wrong?