Skip to content
Nexius edited this page Feb 25, 2023 · 4 revisions
ICustomRPC:255(playerid, BitStream:bs)
{
    printf("custom rpc 255 from playerid %d", playerid);
    return 1;
}
Clone this wiki locally