Jump to content

Xwad

Members
  • Posts

    1,089
  • Joined

  • Last visited

Everything posted by Xwad

  1. Xwad

    Team vehicles

    Cool i watched a video and i learned a little bit and i have its work !! function planeEnter ( theVehicle, seat, jacked ) -- when someone enters a vehicle local id = getElementModel ( theVehicle ) -- get the model ID of the vehicle if id == 519 or id == 577 then -- if theVehicle is either Shamal or AT-400 local vehicleName = getVehicleName ( theVehicle ) -- get the name of theVehicle outputChatBox ( "Someone stole a " .. vehicleName .. "!" ) -- announce that someone stole the plane end end -- add the event handler to the event addEventHandler ( "onPlayerVehicleEnter", getRootElement(), planeEnter )
  2. Xwad

    Team vehicles

    ok I learn it but one question. Need I use example 1 or example 2 ?
  3. Xwad

    Team vehicles

    one question . Need i create 4 lua file for these examples?
  4. Xwad

    Team vehicles

    ok you are right but i want to make my server the more soon as possible becaouse i realy like my ww2 idea.
  5. Xwad

    Team vehicles

    what is wrong? is it now good?
  6. Xwad

    Team vehicles

    ok. I create the meta is it good?
  7. Xwad

    Team vehicles

    But i dont know how to make this script! if i create the lua file then i need to write those examples in it?
  8. Xwad

    GAME CRASH!!!

    i have a lot of rescources
  9. Xwad

    Team vehicles

    Hi is there any rescource that makes possible that only team 1 can enter a vehicle. I mean for example there is a rhino and only team 1 can enter it, Thanks!
  10. Hi i need a team shop for my server. I mean for example : ak47 can only buy team 1 but m4 can buy only team 2. Is there any rescource for this? Thank you!
  11. Xwad

    GAME CRASH!!!

    ok i have uploaded.
  12. Xwad

    GAME CRASH!!!

    http://pastebin.mtasa.com/183874300
  13. Xwad

    Second Rhino

    still a have no computer but soon I will have.
  14. Xwad

    Second Rhino

    Thanks! Such of a good people.
  15. Xwad

    GAME CRASH!!!

    i just play and the game stop working and send a crash message!
  16. Xwad

    GAME CRASH!!!

    Its very annoing!!! pls help! Version = 1.4-release-6990.0.000 Time = Thu Jan 01 23:30:17 2015 Module = C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gta_sa.exe Code = 0xC0000005 Offset = 0x00133EA9 EAX=00000000 EBX=00AB1014 ECX=00000078 EDX=2A232970 ESI=1972A094 EDI=00AB1014 EBP=00000000 ESP=0028FB6C EIP=00533EA9 FLG=00010202 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
  17. noo i think the problem is the mta update!!
  18. Xwad

    Second Rhino

    Scripting isn't a work of copy-pasting. The tutorials on wiki are pretty clear though. But if you desire to just copy, here is the suggestion given: you sad not copy and pase here it tells me to copy and paste Note that in the tag above, the .lua file is not under another directory. Therefore we'll create the file in the same folder as meta.xml. Now you can copy and paste the following code into script.lua:
  19. that may be the problem that i have updated the game no?
  20. no i get in the tank and shoots a lot and in 10 minutes the game always crash
  21. i dont tryed with another player but i ask my friend to come to my server and i will tell you if its crash!
  22. nooo i installed the update and the game cash again Version = 1.4-release-6990.0.000 Time = Thu Jan 01 14:25:19 2015 Module = C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gta_sa.exe Code = 0xC0000005 Offset = 0x000096AD EAX=16BFF470 EBX=00AEF634 ECX=16BFF470 EDX=00863C40 ESI=1AA8EA00 EDI=00AEF634 EBP=00000000 ESP=0028FB60 EIP=49646550 FLG=00010246 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
  23. Xwad

    Second Rhino

    whitch examples of the functions do i need?
×
×
  • Create New...