Main Menu

Recent posts

#11
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
#12
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?
#13
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.
#14
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 :)
#15
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!
#16
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
#17
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
#18
General Chat / Re: Grand Theft Auto 3 Liberty...
Last post by johnxzar - September 14, 2025, 01:48:36 PM
bro, what? :D
#19
Scripting Help / Re: changing player model in g...
Last post by johnxzar - September 14, 2025, 11:48:49 AM
Are you trying it server side? Natives only work client side. Another option would be spawnPlayer() at the current player position.
#20
Scripting Help / Re: changing player model in g...
Last post by Collssdew - September 14, 2025, 01:58:56 AM
i tried everything really client, skin ids, etc.. i'm currently using the player.id and the model hash, i'm requesting it, checking if it's loaded etc like in fivem. i check on the wiki but it says nothing only: there is currently no text in this page lol.