Everything posted by LMS
-
GTA IV Not detected by Diag Tool
You're missing a registry key to detect the game folder. This might be caused by not having the game installed properly (e.g. copied) or using a pirated version. Please fix this and post the log then.
-
WORK damnit WORK
I doubt it's the mod fault because there is no mod action done at startup so it must be something else. Please try removing the mod (in /scripts/ folder) and keeping ScriptHookDotNet.asi as well as ScriptHook.dll and report whether it runs or not.
-
Website Changes
I really appreciate it that you don't spam topics...
-
Team Fortress 2
/ban anyone?
-
Make it perfect
Injured peds are also revived and since I know the aiming skill of the AI I'm pretty sure you'll need it sometime
-
Possible ELS, Mass Taxi/Police Spawn, Door Stutter, Stuck lighting fix
At least for the taxi/police problem hooking the ingame's createvehicle function and passing different models would be much easier. Maybe I do sometime.
-
Windows 7 Support
It works fine for me with Win 7 x64.
-
Ambulance suggestion
The 911 dial was never designed to heal peds, but only to heal the player. That's why he's just standing around the injured peds.
-
Make it perfect
@JetlinerX Almost everything is possible, some things just require a lot of time. And about the ETA, we're adding many new features to the next version so it's really hard to say when it's done. Just wait and check the news every day
-
Next version teaser
You're lucky! I need a completely new pc because my has big problems with gta iv, developing with 10fps isn't really funny... Anyway no money
-
Next version teaser
Oh guys, if you'd know what I'm planning/working on... If there just would be more time. Anyway expect some screens of other stuff in the next few days.
-
Next version teaser
Hey, a little something I'm working on:
-
FirstResponse.ini Config
I'll change this and it will probably be included in the next version.
-
Crash in car chase
AccessViolation errors are always bad and lead to an unstable game. They are caused by invalid ped/vehicle handles, so a ped or vehicle was disposed while still being used. This shouldn't happen (at least not very often) and I don't know what caused it, but I'll have a look in the code.
-
A collaborative list of issues with 0.90e
Good idea Sam. But it's pretty useless for script crashes if there's only a report like: "Suicidal person crashes for me". So @Asuna and Ananas a short summary of the error in the log would be very useful.
-
Crash With LCPDFR in Loading
Since I'm a .net scripthook dev I can tell you it has nothing to do with the 'yellow part', it must be something else.
-
More Missions
You got me wrong, LCPDFR is written in vb.net but if you want to write a mission you have to add a reference to the .dll to use our functions. These functions can be used in any .net language and yeah you are right, jay's example is in C#.
-
More Missions
The mod is sadly (because I know C# much better) in vb.net Synapt And you can use every .net language and every IDE for our mission plugin. @Jay: example.Enabled = True isn't needed, look at last optional param