Jump to content

Xwad

Members
  • Posts

    1,090
  • Joined

  • Last visited

Everything posted by Xwad

  1. Xwad

    crash

    i have just skins maps and lua scripted codes
  2. Xwad

    crash

    Maybe skin scripts?
  3. Xwad

    crash

    And how can i find out what rescource is faulty?
  4. Xwad

    crash

    Please help i and the players on my server have always crash..And hte problem is not with the gta:sa becaouse other players are crashing to.. Maybe its becaouse my rescources,scripts? Version = 1.4.1-release-7093.0.000 Time = Wed Apr 08 16:31:36 2015 Module = E:\Rockstar Games\GTA San Andreas\gta_sa.exe Code = 0xC0000005 Offset = 0x000096AD EAX=1439745C EBX=00B13F34 ECX=1439745C EDX=00863C40 ESI=14369818 EDI=00B13F34 EBP=00000000 ESP=0028FB68 EIP=49646550 FLG=00010246 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
  5. Xwad

    HUD

    yeah i just want to hide the default hud. But it dosent work when i join. But when im on the server and start the rescource then it will be hided but if i disconnect and connect agaiun the i will see it again..
  6. Xwad

    HUD

    i want to hide the radar and the weapon hud but its not working. Pls help. function Hide() showPlayerHudComponent("all",false) end addEventHandler("onClientPlayerJoin", getRootElement(), Hide)
  7. Xwad

    HUD

    cooool i made it with the functions and it works now !! it hides when i join!!! thanks!!
  8. Xwad

    HUD

    Hi i have a weapon hud on my server but i have a problem with it. When i login and chose team and skin then the hud dosent hide.. how can i hide it when i login? thanks. this is the script https://community.multitheftauto.com/index.php?p= ... ls&id=9674
  9. Xwad

    Bomber script

    the timer is not working
  10. Xwad

    Bomber script

    projectile is 21 not 19!!
  11. Xwad

    Bomber script

    Hi i have a script that is coded and not working on my hosted server but its working on my homemade server so decided to make a script like that but its bugging..When i want to drop a bomb it does not drop the bomb its blowing up on the plane..Please help! thanks. function shootProjectile() local vehicle = getPedOccupiedVehicle(localPlayer) if(vehicle)then local x, y, z = getElementPosition(vehicle) createProjectile(vehicle, 19, x, y, z) setTimer (bindTheKeys , 10000, 1 ) end end function bindTheKeys () bindKey("vehicle_fire", "down", shootProjectile) end bindTheKeys()
  12. Love you man!!!!thanks!
  13. Wait!! i think yes its 1.4! But the script needs the min mta version is 1.4.0-9.06990!!!! So how can i update my server to 1.4.0-9.06990?
  14. i dont know!! Where can i check it ??
  15. what? This is not my script its from Einheit 101 its this script https://community.multitheftauto.com/?p=resources ... ls&id=1280. Its working on my homemade server but on the hosted its not working. Can i not update the server to newest version?
  16. Hi i hosted a server and i have a script that is not working becaouse it need the newest mta version. How can i Update my server? The script is working on homemade server but on hosted not working. So pls help!!
  17. Xwad

    Vehicle lock

    its also lock the car when nobody is in the car
  18. Xwad

    Vehicle lock

    Its not working i cant enter the car.I mean i spawned and i could not enter and nobody was in the car
  19. Xwad

    Vehicle lock

    its not working:/
  20. Xwad

    Vehicle lock

    So if a player enter a car the after that another players can only enter with g?
  21. Xwad

    Vehicle lock

    not working:/ But need i only use that server side?
×
×
  • Create New...