Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

Happy Holidays from the GTANet team!

[DOC] .NET ScriptHook IRC Channel


MulleDK19
 Share

Recommended Posts

 

.NET Script Hook IRC Channel

 

 

user posted image
We are a few people sitting in this channel on a daily basis.

 

If you encounter a problem while developing your .NET ScriptHook mod, go ahead and join. There's always someone ready to help you.

 

 

Whether you have a problem, or you're an experienced and avid .NET ScriptHook user, I must encourage you to join our channel.

 

 

If you have a problem, you can get help. If you don't, maybe you can help others.

 

 

 

I've put a great deal of time and effort into making an IRC bot for the channel, to assist us, in developing our mods.

 

It can give you a hint about which natives you're looking for, and even generate example code on how to call them in your C# project, by analyzing the GTAModding.com Wiki on the fly.

 

It can also search the .NET ScriptHook for methods you may be looking for.

 

 

 

 

The channel doesn't just cover problems you encounter while coding your mod. We're also glad to help with installation of the script hook, runtime exceptions, etc.

 

 

 

 

 

 

The channel is not very popular yet, and at the moment, we're only 2-3 regulars in the channel.

 

So if you have a problem that's urgent, or if you think you can help assist others with their problems, join us now.

 

 

Click the image in my signature, or the image at the top of this post.

 

 

Here's an example conversation (Note that SamFisher and SomewhatANoob are fictitious characters. The bot output however, is real):

 

 

<+MulleDK19> !searchnative explosion

<@NETScriptHookBot> First native matching "explosion": ADD_EXPLOSION

<+MulleDK19> !n add_explosion

<@NETScriptHookBot> MulleDK19: ADD_EXPLOSION: Creates an Explosion with given parameters..

<+MulleDK19> !ncs add_explosion

<@NETScriptHookBot> MulleDK19: http://pastebin.com/x63yJUcg

 

<SamFisher> Hey. How can I eject Peds from vehicles?

<+MulleDK19> !give SamFisher SET_PED_FORCE_FLY_THROUGH_WINDSCREEN

<@NETScriptHookBot> SamFisher: The function you're looking for is probably SET_PED_FORCE_FLY_THROUGH_WINDSCREEN. Forces the specified character out the windscreen.. http://www.gtamodding.com/index.php?title=...OUGH_WINDSCREEN

 

<SomewhatANoob> Hmm... How do I execute multiple tasks in a row?

<+MulleDK19> !sh TaskSequence

<@NETScriptHookBot> T:GTA.TaskSequence: TaskSequences are used to arrange several Tasks into a sequence.

<SomewhatANoob> Thanks!

 

 

 

 

 

Thank you.

Link to comment
Share on other sites

Mr. Violence

i can't connect to your channel

always says connection timed out after a minute or so

is it because the channel is not working now or is it me?

i really want to learn this scripting thing

Link to comment
Share on other sites

i can't connect to your channel

always says connection timed out after a minute or so

is it because the channel is not working now or is it me?

i really want to learn this scripting thing

Hello. It should work just fine.

 

If you have an IRC client installed on your PC, and you can't connect, it's likely that you're behind a firewall. Ensure that port 6667 is open in your router.

 

The web client should always work though.

Link to comment
Share on other sites

Mr. Violence

well i don't have irc client and can't open up any ports on my router

 

this is what happens:

[16:12] qwebirc v0.90

[16:12] Copyright © 2008-2010 Chris Porter and the qwebirc project.

[16:12] http://www.qwebirc.org

[16:12] Licensed under the GNU General Public License, Version 2.

[16:12] == *** (qwebirc) Looking up your hostname...

[16:12] == *** (qwebirc) Found your hostname.

[16:12] == Connected to server.

[16:12] -rowling.freenode.net- *** Looking up your hostname...

[16:12] -rowling.freenode.net- *** Checking Ident

[16:12] -rowling.freenode.net- *** No Ident response

[16:12] -rowling.freenode.net- *** Found your hostname

[16:12] == mr.v Erroneous Nickname

[16:13] == ERROR: Closing Link: localhost (Connection timed out)

[16:13] == Disconnected from server: Connection to IRC server lost.

Link to comment
Share on other sites

[16:12] == mr.v Erroneous Nickname

Remove the . from your nickname wink.gif

Link to comment
Share on other sites

  • 2 weeks later...
thaCURSEDpie

Hey! Nice project smile.gif.

 

I was in there a few minutes ago but I guess everybody was AFK / busy.

 

Is there maybe another channel aimed at more layed back modding-oriented talk, instead of this more help-oriented channel? It's vacation for me at the moment and that means I have some time to mod gta again smile.gif.

Link to comment
Share on other sites

 

Hey! Nice project smile.gif.

 

I was in there a few minutes ago but I guess everybody was AFK / busy.

 

Is there maybe another channel aimed at more layed back modding-oriented talk, instead of this more help-oriented channel? It's vacation for me at the moment and that means I have some time to mod gta again smile.gif.

Weird, I'm there all day, and I didn't notice anyone join.

 

Maybe you joined right when I crashed.

 

 

 

The channel is meant for anyone scripting with the .NET Script Hook. Not just to get help or give help.

Link to comment
Share on other sites

just wanted to say i joined this irc today and found it more then helpfull and very friendly! smile.gif thx people! one love cookie.gif

Link to comment
Share on other sites

thaCURSEDpie

Enjoying it so far smile.gif. Nice initiative. It's great to be able to talk with fellow (GTA) modders / reversers.

Link to comment
Share on other sites

Hmm, i joined this IRC channel the other day and was able to chat fine, but now I'm getting a message that says "== Cannot send to channel: #gtaivnetscripthook" whenever i try to say something.

Link to comment
Share on other sites

Hmm, i joined this IRC channel the other day and was able to chat fine, but now I'm getting a message that says "== Cannot send to channel: #gtaivnetscripthook" whenever i try to say something.

I'm getting that error too, using the ChatZilla IRC add-on for Firefox.

Link to comment
Share on other sites

lindsayslorach

MulleDK19 changed some things in the channel, now the bot needs to be connected to give people permission to talk.

Link to comment
Share on other sites

MulleDK19 changed some things in the channel, now the bot needs to be connected to give people permission to talk.

Ya, I've changed it back now, though.

Link to comment
Share on other sites

  • 2 weeks later...
xDestroyerx

Really really good channel and people in there i must say. But why when I write !searchnative or so, it just writes the words and i don't get any answer back from the bot?

Link to comment
Share on other sites

lindsayslorach

Make sure the bot is in the channel. Maybe ping it to see if its still connected.

Link to comment
Share on other sites

  • 4 weeks later...
Make sure the bot is in the channel. Maybe ping it to see if its still connected.

Ya, the bot has had a lot of downtime, since my computer has been crashing a lot.

 

I've fixed that now, though (by buying a discreet graphics card, lol), so the bot should be up a lot more now.

Link to comment
Share on other sites

  • 9 months later...

In case there are still some scripters out there, I just want to inform you all that this channel is still going.

 

Feel free to join. Whether you're doing C++, .NET or just coding in general.

Link to comment
Share on other sites

  • 3 months later...

awesome channel, only reason i can code gta is thanks to these guys. Big thanks to MulleDk19 and lms for putting up with us noobs

Link to comment
Share on other sites

Dude this isnt even helpful,as soon as i join you just call me a fag then kick me when i didnt do anything.

Link to comment
Share on other sites

well dont be trolling then like uve been all day dumbass, and dont give me your sh*t that ur innocent

 

edit: conversation's over btw so dont bother

Edited by ch3y3zze
Link to comment
Share on other sites

No its not over,how i see it,you just insulted me for no reason.How have i been trolling you all day,because i left shortly after joining?I had my reasons.thats not trolling.

 

EDIT: I joined and left twice,not out of trolling,but out of trying to solve it myself.I finally decided i needed to ask for help then you go all psycho for no reason.

 

I dont need help from people like you anyway.

Edited by FI_pr0t0typ3
Link to comment
Share on other sites

edit: ur welcome back prototype, the channel was being trolled today and ur activity made us think u were the same person, i let mulledk19 know i talked to u, he's a good guy so dont blame him wink.gif

Edited by ch3y3zze
Link to comment
Share on other sites

yeah it's squashed and u dont have to come say shut up, it got resolved without u so move along

Edited by ch3y3zze
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.