Jump to content

XxCozzaxX

Members
  • Posts

    99
  • Joined

  • Last visited

Everything posted by XxCozzaxX

  1. Hmm, shame really... why didnt MTA make one?
  2. Does an official script editor exist?
  3. Damn, it looked like a good feature.
  4. I have posted this on several websites and recieved these messages, this was my first creation in VB and it saves navigating to websites and opening command prompt to go on ipconfig.
  5. So... Maybe you dont have a static ip.... and you would like your friends to connect, your going to need ur ip! Or....Maybe your local ip has changed and you need to port forward those AWESOME ports... you will need to know your local ip! Here is the solver to all your ip needing problems!!!! IP Finder By Cozza!!!!! (Made in Visual Basic 2008) Shows Local And External IP! ScreenShot: EDIT: YOU WILL NEED .NET FRAMEWORK 3.5 http://www.microsoft.com/downloads/details.aspx?FamilyId=333325FD-AE52-4E35-B531-508D977D32A6&displaylang=en ^ It includes .NET FRAMEWORK 2.0 and .NET FRAMEWORK 3.0. UPDATED FOR THOSE EXPERIENCING DELAY ON GETTING IP ADDRESSES: Sorry if this is in the wrong place... if it is, please move it! EDIT: PLEASE REPLY WITH NEGATIVE/POSITIVE COMMENTS!
  6. XxCozzaxX

    Nightly Build

    Like a sort of "pre-release"?
  7. XxCozzaxX

    Nightly Build

    What is a nightly build!?
  8. I enabled webstats - and none of it works, i access the page and it shows a bunch of datasets, i try to tick them and choose a chart, but all i see is a white section on the website - no graphs or charts.
  9. Maybe, i dont know. Just made this because i had a few minutes.
  10. But where do i make it aim!?
  11. Solved, found instructions on wiki
  12. XxCozzaxX

    Webstats?!

    I have enabled the webstats feature on my server and looked at the wiki about it, it says that i navigate to my ip:port of my server to view stats... but, it asks me for a password!? How do i find this password?
  13. XxCozzaxX

    Weapons

    Done, Did you make ZBOT?
  14. XxCozzaxX

    Weapons

    Damn, i want to make the deagle 1 shot kill and make it fire more often!
  15. I asked a question, not whether they should or not.
  16. I am trying to edit the zombie resource so that if they have a non-melee weapon, they will aim, and fire at the player they are near, here is the punch function that makes them punch: --MAKES A ZOMBIE PUNCH addEvent( "Zomb_Punch", true ) function Zpunch ( ped ) if (isElement(ped)) then setPedControlState( ped, "fire", true ) setTimer ( function (ped) if ( isElement ( ped ) ) then setPedControlState ( ped, "fire", false) end end, 800, 1, ped ) end end addEventHandler( "Zomb_Punch", getRootElement(), Zpunch ) How do i edit this so that they aim and fire at you?
  17. XxCozzaxX

    Weapons

    Is it possible to change the weapon settings, such as: Power and Fire Rate?
  18. I ran the resource - without errors... and you cant do the q and e driveby nor can you use h to get out of the window, how do i do it?
  19. Path = Perfect Meta.xml was shown at the top of my first post. about debugscript 3, the problem is... i dont have access to my console (my server is hosted on a server) I can only view what came up, not type stuff into it.
  20. So i should look for the 'driveby' resource... ok then i will. Thankyou very much. EDIT: found it - was already in my server resources. Thanks!
  21. On SA Single player... and (i hate to say this) SA-MP, you can have the guns out of the window of a car if you are a passenger (SMG) But how do i do this on MTA, is there a resource?
×
×
  • Create New...