So I've been looking at scripts and how to make them, I figured my first mod would be to be a toll booth operator on the bridge in GTA IV (Not sure what it's called). It's sounds boring but basically you receive money from people, then you press a key on the keyboard to open the gate and let them pass through. Is this possible within LCPDFR? If so, would anyone be interested in this kind of mod? This does sound boring and repetitive but I thought it would be a fun first script to make.
But before I can get going on this script, I kind of need help. I posted a thread in the GTA IV mod discussion forum but I didn't get help there. The API didn't help me. I installed VS2012 express properly, everything is installed right. But, I have loaded all the references required, but everytime I try to print using lcpd_first_response; etc, etc, I get this error:
Error 2 The type or namespace name 'LCPD_First_Response' could not be found (are you missing a using directive or an assembly reference?) C:GamesGTA IVGrand Theft Auto IVLCPDFRAPI ExampleCalloutsPursuit.cs 7 11 API Example
? I've even tried loading the example script that came with LCPDFR and it gave me the same error. Oh, and it gives me four of these errors( Engine, Input, plugins, LCPDFR.API) which I then basically can't write anything.
Appreciate the help!
Oh, I'm using C# as well.