Jump to content

CheiN

Members
  • Posts

    164
  • Joined

  • Last visited

Posts posted by CheiN

  1. addEventHandler("onClientPlayerWasted",getLocalPlayer() 
    function() 
    givePlayerMoney(thePlayer,350) 
    outputChatBox("Money= +350") 
    end 
    

    Pruebalo ese ara que al morir el jugador reciba 350 cash testealo, agregame y me dices si te funciono

  2. hey. i have a problem...(race gamemode)

    i want see how to make a bind (Bind M) and when i push it teleport me to a especifed area (the airport) but when the player is died (onPlayerwasted)

    and outputChatBox ((user.) Press "M" to go to the DD arena!)

    Please Helpme if you can help

  3. hey im Domo and i want to see how to create a team.

    later i was in a server (race server) and i want see how to make a script when a player write the team name appears in the team.. so, example i want to create a team and later write the team on my nick name. Im called Domo and if i write ST|Domo stay in the team

  4. function command (user) 
        setNextMap ("mapName")--here your function... 
        outputChatBox ("(player) Buy ('mapName') price 3000 ",getRootElement(),255,255,255,true) 
        takePlayerMoney ( user, 3000 ) 
    end     
    addCommandHandler ( "mapName", command ) 
    

    in here your function what i put??? i want to set a map writing /buymap

  5. CMD.buymap("mapName") (user)

    setNextMap ("mapName")

    outputChatBox ["(player) Buy ("mapName") price 3000 "]

    takePlayerMoney ("3000")

    end

    something is bad? Please is for my new resource

×
×
  • Create New...