-
Notifications
You must be signed in to change notification settings - Fork 29
ICustomRPC usage
Nexius edited this page Feb 25, 2023
·
4 revisions
ICustomRPC:255(playerid, BitStream:bs)
{
printf("custom rpc 255 from playerid %d", playerid);
return 1;
}
- Refer to BrunoBM16's RPC and Packet lists