Jump to content

Orangotango

Members
  • Posts

    7
  • Joined

  • Last visited

Details

  • Gang
    Police

Orangotango's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. Why cannot i pass with cars over the gate?
  2. It changed the icon, but, when i buy the house, i m getting stucked. I disconnect and connect again, and i didn't buy the house. But that's the ideia I was looking for.
  3. Let me explain. When I create a house, appears a blue cylinder for me to intectact with the house. I want to change the cylinder to a green house object like in sigle player.
  4. thanks for the tip, i have already put the code
  5. Hi there, I need some help. I am using the house system created by dakilla, but i want to change some things in there. Like the title saids, i want to replace the market that shows on the entrance when you create the house, for the green house object for players to buy it. This is the code: local m_Enter = createMarker( eX, eY, eZ - 1, 'cylinder', 1.25, 0, 153, 255, 150 ); setElementData( m_Enter, 'HS_INFO', { etX, etY, etZ, int, dim, cost, owner, key, ID } ); if getElementData( m_Enter, 'HS_INFO' )[7] ~= '' then setMarkerColor( m_Enter, 255, 51, 36, 150 ); end; addEventHandler( 'onMarkerHit', m_Enter, function( player ) if getElementType( player ) == 'player' and not getPedOccupiedVehicle( player ) then if not getElementData( player, 'HP_Opened' ) then if not isGuestAccount( getPlayerAccount( player ) ) then setElementData( player, 'mrk_in', getElementData( source, 'HS_INFO' )[9] ); onPlayerHouseMarkerHit( player, source, true ); setElementFrozen( player, true ); else outputChatBox( '* You must be logged in to get in this house!', player, 255, 51, 36 ); end; end; end; end ); I know i was giving you to much code, but you are more experinced that I am, and I am sure you can help me. I also have take a look on mtawiki, but the code doesn't work. I hope you really can help me. Thanks.
  6. Peço desculpa, não tenho skype nem face, mas posso deixar o meu e-mail. [email protected] se não, podem-me encontrar no raidcall id: 6770354 Peçam invite e algum dos admins aceita e depois dirijam-se ao Puma Power ou ao Mosca e digam que vieram para trabalhar com o Orangotango.
  7. Boas pessoal, estou a criar um servidor de MTA RPG e será alojado numa máquina em Portugal. Estou neste momento a procura de 2 ou 3 scripters que me ajudem com o processo, pois quero fazer que este servidor seja muito jogado por todo o pessoal, e queria contar com uma equipa de elite para tal. A quem se juntar a mim, posso garantir um 5% dos lucros obtidos (por cada scripter) pelos fundos doados pelos utilizadores de MTA se assim pretender. Para tal, posso mostrar a print dos relatórios de contas mensais do server para comprovar como não falto a minha palavra. Se me quiserem adicionar na steam para me contactarem, fica aqui: diogo_oliveira_90 Espero que me possam ajudar, pois tenho um grande projecto em mente e gostaria de ter uma equipa que me ajudasse a passar a ideia do papel, para o server. Obrigado e aguardo respostas.
×
×
  • Create New...