Posts: 16
Threads: 3
Joined: Nov 2017
Reputation:
0
tell me please where I can find all rpc ids and package ids... in fact, I know some places where these ids can be viewed, but there not all ids. Actually on checking packet incoming, i noticed 212 and 208 ids of packages and rpc, what i wana know, but i didnt found, maybe there have more ids, what didn't be noticed on public?! ammm.. if you know, tell please what the package and rpc 212 and 208 id is? thanks. hope you understand my english.
Posts: 16
Threads: 3
Joined: Nov 2017
Reputation:
0
And maybe someone, who knowns, tell me please, why isn't called OnCameraTarget - 168 id of rpc and SetTargeting - 170 id, when they are called?
Posts: 1,228
Threads: 1
Joined: May 2018
Reputation:
0
MARKERS_SYNC = 208
SPECTATOR_SYNC = 212
OnOutcomingRPC is called for OnCameraTarget.
Posts: 16
Threads: 3
Joined: Nov 2017
Reputation:
0
Where you found this ids? And about OnCameraTarget i need know, When this rpc is coming... i target on players, on actors, but they don't callcing. so what I need that they are come?... thanks
Posts: 16
Threads: 3
Joined: Nov 2017
Reputation:
0
Yes, i use this functions now. But now i try to be clear with rpcs and raknet... and didn't understand when package OnCameraTarget is called, what i wana discover now)
Posts: 16
Threads: 3
Joined: Nov 2017
Reputation:
0
And i get it.. to reciev OnCameraTarget rpc must be EnablePlayerCameraTarget(playerid, 1);
yea
Posts: 16
Threads: 3
Joined: Nov 2017
Reputation:
0
thanks for rpc lists and packetenumerators