31
Modding Questions/Help / Re: CreatePersistentEntity
« on: December 18, 2021, 03:25:35 AM »
The name of the props is just their name in World.img.
News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..
Messages |
Topics |
Attachments
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.
PedSetActionNode(ped, "/Global/Ambient/Scripted/Empty/EmptyNode/TrueEmptyNode", "Ambient.act")
repeat
Wait(0)
until not PedIsPlaying(ped, "/Global/Ambient/Scripted/Empty/EmptyNode/TrueEmptyNode", "Ambient.act", true)
PedSetActionNode(ped, "/Global/Ambient/Scripted/Empty/EmptyNode/TrueEmptyNode", "Ambient.act")
end
(I used basic nodes for the sake of the example.)
I think the professional modders or this modding community are dead!
PedSetFlag(gPlayer, 42, true)