Everything posted by Scream
-
API Requests
Hello ! Here is few API functions requests : Being able to force callout to be accepted directly (without having the player to press Y). Something like StartCallout(string name, bool forceAccepted) Being able to get current running callout. (And then be able to get status of it and even interact with it mainly by ending it or changing the state of it.) Some more will follow :)
-
[REL] GPS Script
if I understood it well Faracus, Google map api works better with square for images.. you should maybe try making it square and center it correctly on your new jpg... And then you will also have to hope that it won't be too hard to convert GTA points to Google map points.. Good luck ! Also, apparently some think that my previous post was an advertisment... if you also feel this please just tell me and I remove it... Otherwise just tell if we can help :D
-
Calling all Scripters!
lol what kind of compensation would you be able to propose? I'm asking only by curiousity.. I'm certainly not intrested ^^... I don't want to work on a project that will ask for money or for donation like we can read on your website... By the way the answer is yes... you can do that via the scripthook... here is what I'm using to send user's position on my script with the scripthookdotnet cadisClient.SendMyPosition(Player.Character.Position.X, Player.Character.Position.Y); Good luck !
- [REL] GPS Script
- ELS Dot Net (Formerly Illumination 2.0)
-
Are There Any Tutorials on How to Script?
Hey, If you're not a programmer then yes I would advice you c# and wish you lot of courage ! What you'll need is a compiler (Visual Studio Express is free and does the work fine) HazardX's "Library" .Net ScriptHook (http://www.hazardx.com/details.php?file=83) (+ its doc/class reference http://www.hazardx.com/details.php?file=89) Here a list of native function for GTA IV : http://www.gtamodding.com/index.php?title=Native_function I'm a programmer/developper in c# and I tried a bit but I have to admit that I couldn't actually do anything... The classes for GTA are powerfull but there are things that can be done by a way that is not documented so you can not really know how to do simple things easily. Anyway good luck and I don't know GTA IV classes but if you need anyhelp in c# don't hesitate asking :D