Posts: 10
Threads: 2
Joined: Dec 2011
Reputation:
0
That's what I do need, I am sorry if I posted in the wrong section.
#2
I need a way to make mapping objects permanently, which means they do not dissapear after I go away from them.
i.e. I go next to a building, and there are a few objects there, when I approach the building, I see the mapping, when I go away, it dissapears.
Thanks in advance !
Posts: 292
Threads: 9
Joined: Oct 2011
Reputation:
0
UsePlayerPedAnims(); under OnGameModeInit will disable CJ run.
Not sure what you mean for the second part. A streamer?
Posts: 10
Threads: 2
Joined: Dec 2011
Reputation:
0
I think a streamer, yes.
Regarding the pedanims, would you please create it for me? I am honestly not such a good scripter, willing to learn.
=[
Posts: 10
Threads: 2
Joined: Dec 2011
Reputation:
0
Where do I have to add the code that you posted above?
Right in the script or.. any specific place?
Also, which one is for the mapping objects?
Posts: 292
Threads: 9
Joined: Oct 2011
Reputation:
0
Just add UsePlayerPedAnims(); under OnGameModeInit.
Posts: 2,220
Threads: 154
Joined: Jul 2009
Reputation:
0
Ehrm, that actually enables the ped anims. You have to use OnPlayerKeyStateChange do set the normal walk when using CJ.
Posts: 292
Threads: 9
Joined: Oct 2011
Reputation:
0
Oh, my bad! In that case, Can't you just remove CJ from your server?
Posts: 10
Threads: 2
Joined: Dec 2011
Reputation:
0
Each skins has CJ run (the fast run), and I would like to disable it.
Any precise answer, please?