Main Menu

Recent posts

#1
General Chat / Re: Linux Support
Last post by jefff - June 28, 2025, 08:33:58 PM
Yes I have managed to get it working on Fedora 42 with lutris and a bit of tinkering. Installed game via Lutris automatic installer. Used Lutris to install GTA conected. Ran from Lutris. Located the exe within GTA connect. Said need to patch, followed instructions and ran with wine from terminal not lutris this time. This created an issue saying cant find 'binkw32.dll' when connecting to a server. Looked in files and noticed the patch created a new one. I moved the new one out and renamed the original dll with the correct name so it can be used. Was able to boot but screen was frozen on log screen. I disabled the game setting 'Window mode fix' within GTA connect and it works!

So had to jump through some hoops as this is a niche program with a niche OS. I found locating the exe files confusing because of the wine prefixes but I'm new. But yes its possible if you are willing to troubleshoot.
#2
Scripting Help / Problem with mysql and hashing...
Last post by hamzasmoke - June 11, 2025, 09:57:55 PM
So I have been trying to setup my own roleplay server in gta connected I tried with both lemehost and optiklink using v-roleplay resources keeps saying Error loading modules/mod_mysql, I have placed mod_mysql.so in my modules folder, the modules folder is in the same directory as the server binary, I also have libmysql.so and libmod_hashing.so in the same folder as the server binary, so I am really not sure what I am doing wrong here, I would really appreciate some help
#3
Scripting Help / changing player model in gta4
Last post by Collssdew - June 09, 2025, 08:03:09 PM
i cant seem to get this native to work natives.changePlayerModel(int, int) i loaded and requested the model like i would in gta5 and i get the error Error: Error while calling the native, not sure if there is another way or not there is no info on it that i can seem to find
#4
Scripting Help / Re: client.player.position do...
Last post by Vortrex - June 07, 2025, 10:47:09 PM
client.player is only available serverside if native MP mode is disabled

Setting the position will also not work serverside because a client is actively syncing the element (the element in your case is a player ped). The server's position is reset when the next sync packet arrives from it's syncer. You will need to use a network event to tell the syncer client to set the position.

When using native MP mode, all elements are handled clientside. The server's only role in that mode is to broker connections. It has literally NO awareness of any elements in the game. If you need to use serverside elements, disable native MP mode.
#5
Scripting Help / client.player.position does n...
Last post by Collssdew - June 07, 2025, 07:06:54 PM
client.player does not work on the server-side you guys need to keep your wiki more up to date half the stuff on it don't even work lol, i have similar issues with some of the natives as well, i run this https://wiki.gtaconnected.com/ScriptingExamples/AddObject from you wiki on the server-side and get: You must be spawned to spawn an object! so clearly it's null for some reason, my server is 1.7.0 running on a linux machine my client is 1.7.12 for gta 4, someone else already said this months ago and got ignored... and where even are the object ids? i can't seem to find them anywhere
#6
Scripting Releases / Re: [JS] Map Editor
Last post by cxfrog - June 07, 2025, 08:12:58 AM
hai. can you Reupload it? Thanks
#7
Scripting Releases / Re: [SQ] Respawn Player After ...
Last post by cxfrog - June 07, 2025, 05:23:13 AM
page no found bro. pls renew
#8
Scripting Releases / Re: GTAC Essentials Resource -...
Last post by cxfrog - June 06, 2025, 11:36:31 AM
i got issue, if i upload that file into mySQL. i got annouce " #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '7z??'␜' at line 1 " Can you teach me how solved this problem? Thank you
#9
General Chat / Some Severs are unsupported
Last post by Poncho6996_ - June 05, 2025, 04:26:57 PM
I can join most servers, but some servers say "client not valid" and it will have me in SP. Any idea how to get my client to support more servers? Kinda new to GTAC but i never had this issue until i reinstalled IV and downgraded it fresh recently.
#10
General Chat / Linux Support
Last post by decay - June 04, 2025, 07:01:39 PM
I'm switching to linux and I'm wondering if anyone has any experience running the game and the connected client with wine or proton. Any guides or general advice would be appreciated. I'm especially interested in installing zmenu with it. I hope that is possible.