Bully-Board
Bully Modding Section => Modding Questions/Help => Topic started by: Ming on July 25, 2022, 12:00:12 PM
-
What is the difference of action node, between the Ped
who grab someone and the
Ped be grab?
RCV and GV?
-
I try PedMePlaying(Ped, "RCV") and GV, but not work
-
Yes, the difference is that one will return "Give" and the other "Rcv" (receive).
Try to use: PedMePlaying(Ped, "Rcv", true) and PedMePlaying(Ped, "Give", true), with that "true" at the end.
-
Thanks