Hello,
I would like to know how to get if the annimation is finished?
Hello,
I would like to know how to get if the annimation is finished?
http://runtime.fivem.net/doc/reference.html#_0x20B711662962B472
I think it should help you
Can you tell if he already plays an animation?
You use that too : http://runtime.fivem.net/doc/reference.html#_0x1F0B79228E461EC9
And yes you can with a simple boolean variable
Is to stop an animation how to do?
http://runtime.fivem.net/doc/reference.html#_0x28004F88151E03E0
http://runtime.fivem.net/doc/reference.html#_0x97FF36A1D40EA00A
And for TaskStartScenarioInPlace
Use http://runtime.fivem.net/doc/reference.html and search by yourself now
Like Kyrominii said go to http://runtime.fivem.net/doc/reference.html press ctrl + f and type in TaskStartScenarioInPlace add underscore “_” between word you should get Task_Start_Scenario_In_Place
and with that you will find the native refercence in the page.