
matito6
Members-
Posts
112 -
Joined
-
Last visited
Everything posted by matito6
-
That's the problem, they do not know how to put together ... I is not never coming out ... I would be grateful if you wrote to me or done more for example
-
Welcome. I have a problem because I do not know how to remove "race rank", "checkpoint" of the scoreboard. The panel can not be ... Please help;]
-
I'm sorry but I'm not good at it, could give the whole util_server.lua? I would be grateful;]
-
Welcome.I have a problem because I want to write "is the final survivor" in destructionderby.lua had a font that I want and that he was in the game or the same . You can manage to do it?
-
Could you provide a link to this post? because it is much
-
Please;]
-
I question whether you could remove the appropriate lines? of rankingboard? provides a link to this : http://www.mediafire.com/?r0m381ra722z52e
-
i remove and crash server (blackscreen)
-
I made it a black screen and nothing could be done
-
killmessages is a script that shows who killed whom and how to do so in order to list on the left side of the screen was not? (as something to server DM / DD). always shows 1) Euro 1:57:33, and I mean to write it with the colors of the new and the old removed pls help me
-
Welcome. I threw the script on the server with the new deathlist and two appear to me to be the new and old, and how do I delete the old list? original? ---------------- wrote in an earlier topic that I removed the entry from meta.xml "killmessages" and I did it but it is still the orginal list ... how to turn a new more beautiful are the other two have each other to go and how to remove the old server is not crashed?
-
I removed the entry from meta.xml and beyond is the list of old ..
-
Welcome. I have a question about playing the DM server. I do not know how to do so as it was the last player to continue to play and after I die it would count 5,4,3,2,1 and a new map. Anyone know how to do it? Help;] Where is deathmatch ?
-
does not have this, enter the exact path
-
Welcome. I have a question about playing the DM server. I do not know how to do so as it was the last player to continue to play and after I die it would count 5,4,3,2,1 and a new map. Anyone know how to do it? Help;]
-
Welcome.I have a question. does anyone have a script CarHide, lua. I would be grateful if someone gave a link to the script or lua wrote here. Thanks and regards
-
ACL group if you can do it? I would be grateful
-
and can be done for several teams?
-
Can somebody is glued together? Solid is what he wrote and my lua?
-
I have a question, could you put together? what you wrote. my lua and these functions. ...
-
I gave a link and I would like to while he was being improved as I wrote would automatically add function createTeamsOnStart () createTeam ( "Server Owners", 255, 0, 0 ) createTeam ( "Admins", 0, 0, 200 ) createTeam ( "Moderators", 0, 255, 0 ) createTeam ( "Members", 255, 255, 0 ) createTeam ( "V.I.P", 100, 100, 100 ) end addEventHandler ( "onResourceStart", getResourceRootElement(getThisResource()), createTeamsOnStart )
-
I want this script automatically added to by the team, because I have to hand in a panel ... Do you understand that?
-
Welcome.I have a script "team" and there are five teams and each has a different name, but when I go to the server that I have to assign to them, and I question whether you would do the same me to allocate the team, that is, I remember one adding and automatically added to by the team already? It gives a link to the script: http://www.speedyshare.com/Yx7FG/team.rar Thanks )
-
Welcome . I have a script to push. When you enter the command /push Euro (Euro is nick something like this) it nothing happens. I used to get this to work because I had to change something in lua. now I can not remember what I changed .... Please help function pushim (thePlayer, commandName, ...) local player = findPlayer(...) if (not player) then outputChatBox("* /push: player not found", thePlayer) return end if isPedInVehicle(player) then local vehicle = getPedOccupiedVehicle(player) x,y,z = getElementVelocity(vehicle) setElementVelocity ( vehicle, x, y, z+0.30) outputChatBox( getPlayerName(thePlayer).. " Push " ..getPlayerName(player), getRootElement(), 255, 255, 0, true) end end addCommandHandler("push", pushim) function findPlayer(namepart) local player = getPlayerFromName(namepart) if player then return player end for _,player in ipairs(getElementsByType("player")) do if string.find(string.gsub(getPlayerName(player):lower(),"#%x%x%x%x%x%x", ""), namepart:lower(), 1, true) then return player end end return false end