
xF_Micka
Members-
Posts
88 -
Joined
-
Last visited
Everything posted by xF_Micka
-
I will not reinstall a server juste for a function... Please think.
-
Oh so then I cant help you because I'm not a scripter. I'm a mapper. You can learn Scrpting from here https://wiki.multitheftauto.com/wiki/Scr ... troduction If I'm posting a topic here, it's not to be redirected on wiki. So, I'm not more helped.
-
Deathlist and killmessages are two different things...
-
So, I can still get help ?
-
And this does not solves my problem...
-
https://community.multitheftauto.com/ind ... ls&id=6925 I'm here to get help and not to say I'm a thief... Thanks b
-
I have stolen that script ? LOL, he can be download on ressources mta website. You want the url may be ? I don't like to be accused of stolen --"
-
Sorry but I'm not very experimented in script. So I try to learn too. What is the "server side" ? The part of the code is from a file "info_map" who display elementary informations about the map (name, author, moden, etc.) when she is launched Here are the full script :
-
So, what I have to do ? Delete this part of code ?
-
Sorry, check again the error, I just have changed onRequestMapName by "GetMapName" thinking it could resolve the problem, but it's not that.
-
Hello. I have a problem on my server, without aftermath but an error always appears in my server logs. When a player joins, he gets this error on chat : say: Invalid text length In server logs : In my race gamemode : addEventHandler("onClientResourceStart", g_ResRoot, function() yo = dxGetFontHeight(c_FontScale, c_Font) triggerServerEvent("onRequestMapName", g_ResRoot) end ) So what's problem with this function "triggerServerEvent" and "OnRequestMapName" ? Thanks.
-
I still have a question, this display of nickname when they died, it wear a name ? A function ?
-
He ask where he can download the resource , no to make one ? Hmm right ^^ Why create again than which already exist. And I'm not very scripter!
-
Awesome! With the tag in map name, it's better, we can adapt without difficult. Thank you very much guy !
-
Okay, in fact, on the race gamemode modified than I have downloaded, the fonction was disabled, I don't know why... So I have download a new race gamemode with the deathlist displayed. Thanks to your help!
-
Hello. I need help about the MapInfo function of my race gamemode (adapted for DD/DM). Here are the part of script : function handleMapInfo(mapInfo) name = mapInfo.name or "Unknown" author = mapInfo.author or "Unknown" playedCount = tostring(mapInfo.playedCount or "N/A") lastTimePlayed = timestampToDate(mapInfo.lastTimePlayed) or "Unknown" modename = mapInfo.modename ~= "Destruction derby" and mapInfo.modename or "DD / DM" outputChatBox("#FFFFFF* #E1AA5AMap created by: #FFFFFF"..author.."",255,255,255,true) outputChatBox("#FFFFFF* #E1AA5APlayed: #FFFFFF"..playedCount.." #E1AA5Atimes",255,255,255,true) outputChatBox("#FFFFFF* #E1AA5ALast time: #ffffff"..lastTimePlayed.."",255,255,255,true) startTick = getTickCount() if not enabled then addEventHandler("onClientRender",getRootElement(),handleOnRender) enabled = true end end addEvent("onClientMapStarting",true) addEventHandler("onClientMapStarting",getRootElement(),handleMapInfo) I would like to use "modename" for example to display if it's a DM or DD map (we check if ghostmode is enabled or not, on DD : GM disabled, on DM : ghost enabled). For outputChatBox I have already the line : outputChatBox("#FFFFFF* #E1AA5AMode: #ffffff"..modename.."",255,255,255,true) Can help me please ? Thanks.
-
Hello. On many DD/DM servers I can see this kind of radar : According to my research, it's a stolen ressource ? How can I still download this ressource ? Thanks!
-
Hmmm why I don't have it on my server... o_O http://planet-upload.eu/images/2014/01/ ... -44-34.png
-
I also thought. How to enable it please ?
-
Hello. On a DD/DM server I seen that thing : How to have this ressource on my server ? It is a native ressource ? Thanks.
-
Look that : Just below the radar. Thanks!
-
Bonjour. Ma question est simple, je souhaiterai que l'on me donne des liens de site où il est possible de télécharger des ressources MTA. J'en ai déjà deux : https://community.multitheftauto.com/ind ... =resources (site par défaut) http://mtasource.net/ En auriez-vous d'autres ? Merci.