Jump to content

Reacer

Members
  • Posts

    48
  • Joined

  • Last visited

Posts posted by Reacer

  1. Hello,

    I am searching for a nice scripter who is advanced with lua. I have some stuff that i want on my DM server, ofcourse i will pay for it ;)

    Write here under if you are interested to earn some $ (i can pay by paypal) or add me in skype: reacerr

    Thanks ;)

  2. I am running a quite popular server. But when i wanted to do a server restart i just closed the server and started him again. The console window apears and displays server name etc.. but the server won't start further! Who know about this problem? i have a screenshot if needed. The underscore keeps lighting up all the time like it's connecting.. but it isn't starting Please help!

    ~reacerr

  3. Hmm, yea i understand how to turn the music off every map automaticly, but how can i make it in the script that it only turns of with gui radio on, the gui window is binded to f2

  4. Hi all,

    I' just got an radioplayer for my server.

    It's an DM server and we have alot maps with music integrated which you can turn off by pressing M.

    But now my question is, I want to make a script to turn the mapmusic automatic off when the client is listening to the radio channel. Can someone help me with this ?

    Thanks :)

  5. are u using Local or hosted?

    I have my server online in the server browser but hosted on a server in my home..

    I made alot changes in the scripts so copy and paste is not a good option

  6. then i tried to make the coloured names

    addCommandHandler( "bye", function colouredchat( chatterName, cmd )  
          local r,g,b = getPlayerNameTagColor ( source )  
          local chatterName = getPlayerName ( source ) 
          outputChatBox ( chatterName..":#FFFFFF"..would like to say Bye Everyone!, getRootElement(), r, g, b, true ) 
        end 
    

    but that doesn't work??

  7. Thanks guys! I begin one week ago with scripting and i understand it more everyday!

    I already have notepad++ but forgot to open it with ++

    I didn't know about client side and server side but now i know :)

    Where can i find the commands to use? i wanna make a mediaplayer in server to :P

  8. I have a problem with adding sounds to my commandhandler!

    addCommandHandler("bye", 
    function (thePlayer) 
    outputChatBox(getPlayerName(thePlayer).." would like to say Bye Everyone!",getRootElement(),255,0,0) 
    end) 
    elseif command == "bye" then playSoundToAll( "sounds/bye.mp3"); text = ptag1 .. "would like to say Bye Everyone! 
     
    

  9. Thanks SDK!!, It works now. The thing i did wrong = i selected mtasa 1.2 folder and then wrote in the searchbar "countdown.png" but the thing i forgot was to zip them :P!!

    now the problem for the nametags, what do i have to do to turn the nametags off? i have a modified script,

    Edit: No needed help anymore, i did it

  10. Hello,

    I have replaced the old pictures countdown_1,2,3,0 for new ones.

    It's all saved etc. but when i start my server the old countdown images just come back.. how is that possible?

    under here a picture: the upper screen you can see the one where i have the replaced countdowns.png and under there i start my server and it replaces himself to the old one!!!

    wtfcf.png

×
×
  • Create New...