_iDecry
2
Some Peds are not working do u have a fix for that?
1 Like
Gta V or custom ped?
Give me ped name ( model )
_iDecry
4
GTAV it self mostly the animals
a_c_rottweiler
2 Likes
Do you have anticheat, try to disable it. Then restart server
Replace 15 line - client.lua With :
SetPlayerModel(ClientPlayer, hash)
SetPedDefaultComponentVariation(PlayerPedId())
1 Like
Hey can you help me please [ script:mysql-async] [MariaDB:10.3.29-MariaDB-0+deb10u1] [ERROR] [peds] An error happens for query “UPDATE users SET ped = ? WHERE identifier = ? : [“mp_m_niko_01”,false]”: ER_TRUNCATED_WRONG_VALUE: Truncated incorrect DOUBLE value: ‘8b7c0755772e3072963114fd6c0d69d17c7d8c0a’
1 Like
Thanks for you fast answear I try to use a custom Ped is there a fix for it? :c
1 Like
Yeah, do you have database?
and do you have a table for saving players data, items…
If you have you need to change ‘users’ with your table
Go check database.sql file and read it
Yeah, you can use a custom Ped, but you need to set up it correctly
Find post on fivem forum how to set up custom ped.
what exactly is that used for?
1 Like
Yes i added the Sql to database and have ped in users. After I join the server this comes up:
[script:peds] SCRIPT ERROR: @peds/server/server.lua:105: attempt to index a nil value (field '?')
[script:peds] > ref (@peds/server/server.lua:105)
[script:peds] > <unknown> (@mysql-async/mysql-async.js:15543)
And after giving a ped this come up:
[script:peds] You have required group >> Ped is set
[ script:mysql-async] [MariaDB:10.3.29-MariaDB-0+deb10u1] [ERROR] [peds] An error happens for query "UPDATE users SET ped = ? WHERE identifier = ? : ["a_f_m_bevhills_01",false]": ER_TRUNCATED_WRONG_VALUE: Truncated incorrect DOUBLE value: '8b7c0755772e3072963114fd6c0d69d17c7d8c0a'
1 Like
_iDecry
16
maybe a command to reset the ped/skin without an relog
1 Like
Dear Eugen, Script is for setting a gta v or custom ped to Player but with better system
What do you write in the chat when you sets ped?
@_iDecry Thanks for the suggestion, i will try to add in future updates.
Im using /setPed 1 a_f_m_bevhills_01 and the error was gone after login to Steam before join the Server. Tbh thats very old why we need to use Steam these Days. but anyway the Ped is not saved in Database thats the Problem and this error is still there after joining the Server:
[script:peds] SCRIPT ERROR: @peds/server/server.lua:105: attempt to index a nil value (field '?')
[script:peds] > ref (@peds/server/server.lua:105)
[script:peds] > <unknown> (@mysql-async/mysql-async.js:15543)
1 Like