Jump to content

Gothem

Members
  • Posts

    194
  • Joined

  • Last visited

Everything posted by Gothem

  1. Sorry, I have no idea if it works on Windows 7. I don't have Windows 7. Have you clicked "Send report"? yep i discovered if you close the report window you can use the program. but when you close a file it crash D:
  2. does it work in windows 7? because every time i start it. it show me than i have discovered a bug and then it close.
  3. finally after more than one year O:
  4. there is already a 3D Voice Chat implantation in MTA but it isnt finished. it would be cool if they lets others have the voice library for end it about limiting the voice chat depending on player position
  5. Second post of this and... roleplay sucks. i dont like back that infection in mta for that i go to mta for have a live and play deathmatch. in the roleplays you will play like a zombie and someone who dont have a life you will be ALL THE HOURS in the computer you will lost your REAL friends (no cyber-friends) and you will be fat. make your choose
  6. Imagine trying to sync all the client-server-client data with tons of audio data fighting to get through on time as well. Several people also have connections that are barely enough for the game itself. Some people, (me, for example) would find it incredibly annoying, and disable it. Lots of people would speak different languages so you couldn't talk to them anyways. Not everybody has a mic/headset. Several more points. So here, loads of reason not to do it - what would be the reason to do it? and what about the country servers? how scarface says. the server owner will like if he turn it on or off
  7. Gothem

    Dynamic cheaters!!

    I don't think there would be an actual point of a serial system if you can change em... one can change the serial by regedit
  8. i need it to be bird view. i like make it as warcraft for build things
  9. sry for double post and revive the topic but i need to know how i can make it fully working
  10. well i have the camera like GTA 2 and when i try to make the object at the bottom of the screen it cant go there Obviously because the code above takes the screen depth into account. The closer you get to the bottom of the screen the closer the object moves towards you. That's what it is supposed to do. It's not working for "bird view". so what need to do for make it working?
  11. well i have the camera like GTA 2 and when i try to make the object at the bottom of the screen it cant go there
  12. thx i will see if it works to me EDIT: well i see than it works better than before but when the cursor is in the buttom of the screen the position of the object start to fail
  13. i will see it EDIT: i saw the code but can you explain me it a little?
  14. well im creating a object placement with the cursor. but the problem is... than the worldX , worldY and worldZ parameters of OnCursorMove dont are totally correct. so i have a problem. i tried something for fix it but now is a lower error. here is the code if someone know how fix it. function MapaC() if MComandante == true then MComandante = false showCursor ( false ) toggleCameraFixedMode ( false ) showPlayerHudComponent ("radar", true ) unbindKey ( "arrow_u", "down", MovCam ) unbindKey ( "arrow_d", "down", MovCam ) unbindKey ( "arrow_l", "down", MovCam ) unbindKey ( "arrow_r", "down", MovCam ) else MComandante = true toggleCameraFixedMode ( true ) x,y,z = getElementPosition ( getLocalPlayer() ) setTimer(setCameraPosition,200,1, x, y, 75) setTimer(setCameraLookAt,500,1, x, y, z) objeto = createObject ( 3434, x, y, z) showCursor(true) showPlayerHudComponent ("radar", false ) bindKey ( "arrow_u", "down", MovCam ) bindKey ( "arrow_d", "down", MovCam ) bindKey ( "arrow_l", "down", MovCam ) bindKey ( "arrow_r", "down", MovCam ) end end function MovCam ( key ) if key == "arrow_u" then x,y,z = getCameraPosition () setCameraPosition( x, y+1, z) setTimer(setCameraLookAt,250,1, x, y+1, getGroundPosition(x,y,z)) elseif key == "arrow_d" then x,y,z = getCameraPosition () setCameraPosition( x, y-1, z) setTimer(setCameraLookAt,250,1, x, y-1, getGroundPosition(x,y,z)) elseif key == "arrow_l" then x,y,z = getCameraPosition () setCameraPosition( x-1, y, z) setTimer(setCameraLookAt,250,1, x-1, y, getGroundPosition(x,y,z)) elseif key == "arrow_r" then x,y,z = getCameraPosition () setCameraPosition( x+1, y, z) setTimer(setCameraLookAt,250,1, x+1, y, getGroundPosition(x,y,z)) end end function Construccion(cursorX, cursorY, absoluteX, absoluteY, worldX, worldY, worldZ) if MComandante == true then Z = getGroundPosition(worldX,worldY,worldZ) + getElementDistanceFromCentreOfMassToBaseOfModel(objeto) * 2 outputChatBox ( "Variables: X="..worldX.."Y="..worldY.."Z="..Z ) setElementPosition ( objeto, worldX, worldY, Z) end end addEventHandler("onClientCursorMove",getRootElement(),Construccion) if someone know how fix it thx PD: you need to add MapaC() in a command or something
  15. you need to give permission to the script for add accounts (how i sayed you before modify the ACL.xml) PD: im the other guy who is making his own gamemode.
  16. change addEventHandler("onPickupHit", expedicion1, house) to addEventHandler("onPickupHit", getRootElement(), house)
  17. when we started GF-RP back up (original) FeaR was here for SAMP. when samp closed so did GF-RP SAMP development. but lucky for us we was still planning on releasing a MTA:GF script . (just so happens its better). you confused me but okay thx for respond
  18. I agree my friend, but do you remember SAMP GFRP, the first one?, with FeaR etc.. well this is THAT ONE!, we are no clone of GF-RP, we are the original GF-RP. our server is the Original GF-RP. well if is the original where is FeaR?
  19. damn why this shit gamemode go to here i hate it
  20. damn why this shit gamemode go to here i hate it
  21. A.No be good with him Q. should call people for come to B.L.A.S.T?
×
×
  • Create New...