Main Menu

Recent posts

#1
General Chat / "SIDE BY SIDE CONFIGURATION IS...
Last post by TRIALRUN - October 09, 2025, 02:24:23 AM
I keep getting this error message when trying to launch...

already tried a fresh install of game & reinstalling Redistributables

#2
German - Deutsch / Re: GTA 4 RP
Last post by johnxzar - October 01, 2025, 04:33:15 PM
definitely not!  :D
#3
German - Deutsch / Re: GTA 4 RP
Last post by hafigyecod - September 30, 2025, 05:45:20 PM
hey bro!thats a nice project can you share us the source code in github?

hey Bruder! Das ist ein schönes Projekt. Kannst du uns den Quellcode auf GitHub mitteilen?
#4
Server Chat / Re: guys if a player press the...
Last post by johnxzar - September 24, 2025, 12:01:54 PM
You have to script it yourself or download Vortrex v-scoreboard from github.

Greetz
#5
Server Chat / guys if a player press the tab...
Last post by hafigyecod - September 22, 2025, 07:15:50 PM
guys if a player press the tab it must show id ,name,ping ,mode ,episode. so how to add it in gta connected server?
#6
Server Chat / Re: How can I make my own Serv...
Last post by johnxzar - September 18, 2025, 02:16:38 PM
For anyone reading this who wants to open/start a server, the GTA Connected wiki explains everything from server files, configuration, server.xml to CVars quite well.
#7
Scripting Help / Re: changing player model in g...
Last post by johnxzar - September 18, 2025, 02:06:16 PM
no problem, glad it works now :)
#8
Scripting Help / Re: changing player model in g...
Last post by Collssdew - September 15, 2025, 04:53:27 PM
thanks so much for the reply :) , seems to be working fine now!
#9
Scripting Help / Re: changing player model in g...
Last post by johnxzar - September 15, 2025, 12:10:44 PM
Yes, I've already tested it for GTA 4 and SpawnPlayer works perfectly for me. GTA 4 in particular requires a lot of testing. You're right, some things don't work, but I think that's because there are no examples available.

Try it with this server side:
spawnPlayer(client, client.player.position, 0.0, 1690783035);
In this case, the skin should change to Packie.

For faster help, join Discord  :D
#10
Scripting Help / Re: changing player model in g...
Last post by Collssdew - September 14, 2025, 07:19:48 PM
yeah i know natives only work on the client, and i tried the spawnPlayer on the server side it only crashes my game sadly. Did you try it on gta4? if so any idea how it works? seems many things don't work for gta4 even though the wiki says it does, i spent so many hours trying different things over and over because there is no clear documentation for most things on gta4, so i just gave up because bro takes 3 months to respond back to my question with a question instead of just telling me how it works