-
Notifications
You must be signed in to change notification settings - Fork 30
ICustomRPC usage
Denis edited this page Sep 11, 2021
·
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