Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Collssdew

#1
Scripting Help / Re: changing player model in gta4
September 15, 2025, 04:53:27 PM
thanks so much for the reply :) , seems to be working fine now!
#2
Scripting Help / Re: changing player model in gta4
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
#3
Scripting Help / Re: changing player model in gta4
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.
#4
Scripting Help / changing player model in gta4
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
#5
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