Main Menu

Recent posts

#41
General Chat / When entering gta 4 online, th...
Last post by serdar408 - May 25, 2023, 05:40:58 PM
I enter the game via Gta Connected a few seconds later the game's music plays and the game gets stuck on the login screen PLS HELP ME
#42
Module Releases / Re: Terminal Bell Module
Last post by JessicaDaniels - May 24, 2023, 10:15:13 AM
It's very interesting !
#43
Scripting Help / Re: Why cant i make blip? | JS
Last post by Vortrex - May 17, 2023, 08:31:03 PM
Sorry for late reply, I don't check the forums as much as I should.

The gta.createBlip isn't available on GTA IV yet. The only elements usable with GTAC's element scripting API are vehicles and peds (including player peds).

You may need to use a native to create the blip for now.
#44
General Chat / Problems getting GTAC to work ...
Last post by lightwo - May 09, 2023, 07:27:53 PM
GTA Connected homepage claims that Wine is supported. Indeed, I used to be able to use a very specific Wine version to play, but that was long ago.

Nowadays, I switched my computers, lost my previous Wine prefix, and found that I couldn't get GTAC to work for the life of me, no matter the version.

Two or so years ago, I tried to ask about the issue on the Discord server. I couldn't find an existing solution, and I don't recall receiving a response. In the meantime, I stopped using Discord, and don't intend to register again (cough cough, phone verification).

Last year, I submitted issue 450, it hasn't been updated since.

I have been hosting a game server for a while now. I haven't been able to access it for over half a year.

Considering this really doesn't seem like a complex issue, could someone please point me to the right direction? If it is due to hacks GTAC uses to work, could the code be evaluated for possible reasons why it fails with "Access Denied"?

Please, help. I am out of things to try.
#45
Suggestions / Re: GTA IV - Cellphone Scripti...
Last post by MediumStare - May 08, 2023, 08:40:57 AM
This be sick but also make it compactible with:
Sound audio.createSoundFromURL(string url, bool loop)So we can make custom missions with our own audio.
Also... i really wanna use this this can be beneficial in alot of ways. Call for armour. Call for Mission. call for taxi...
(Bump)
#46
Scripting Help / Why cant i make blip? | JS
Last post by MediumStare - May 08, 2023, 08:22:50 AM
So i just wanna make a blip i can have on the minimap (also remove it later on such as when a player goes into a interior) Only problem code doesnt wanna work.
bindEventHandler("OnResourceStart", thisResource, (event,resource) => {
gta.createBlip(BLIP_ROMAN,[815.8858032226562,-274.563232421875,14.757908821105957],2,0);
var model = parseInt();
var romancar = gta.createVehicle(-1932515764,[810.32275390625,-266.7314147949219,14.848393440246582]);
addToWorld(romancar);

});
I tried using this
gta.createBlip(27,[815.8858032226562,-274.563232421875,14.757908821105957],2,0);that didnt work also tried the hexadecimal number but to no avail.
also tried putting the last 2 digits on a array didnt work.
Original code as on forum:
Blip gta.createBlip(int icon, Vec3 position, [ int size = 2, int colour = 0 ])I feel like i just missed a small thing i just dont know what.
i dont get any errors printed in the console but at same time i dont get any blips at the same time.
#47
Suggestions / Count hours gta iv Steam
Last post by A4DR1iEL - May 01, 2023, 07:59:42 PM
in gta sa, the samp installer, putting it in the gta folder, was just renaming the file that worked the hours in game on steam.
this also works on steam in gta sa, (just click to translate when opening the site);
https://www.mixmods.com.br/2019/04/launcher-para-gta-sa-steam/

but in gtaiv I was not able to do this procedure, so I leave this suggestion here to see if there is a solution to account for the hours in game on steam.

#48
Server Chat / Re: Vortrex's Freeroam Server
Last post by JosephHernandez - April 03, 2023, 09:57:08 AM

This is great, thanks.
#49
Scripting Releases / Re: Vortrex's Essential Resour...
Last post by vertigo - February 27, 2023, 05:40:19 PM
Thank you for the share. 8)
#50
General Chat / Re: GTA IV Multiplayer Model
Last post by Vortrex - January 28, 2023, 04:49:08 PM
If you make a lobby using the phone, there's an option to change your model before starting your session.

Sorry for the late response, nobody uses the forum nowadays lol.