[Ajuda] SetPlayerNameForPlayer
#1

Fiz essa funзгo utilizando plugin Pawn.RakNet, testei vбrias vezes e por algum motivo nгo funciona
oq fiz errado?

Код:
SetPlayerNameForPlayer(playerid, toplayerid, name[])
{
    new BitStream:bs = BS_New(), size = strlen(name);

    BS_WriteValue(
        bs,
        PR_UINT16, playerid,
        PR_UINT8, size,
        PR_STRING, name
    );

    BS_RPC(bs, toplayerid, 11);
    BS_Delete(bs);
    return 1;
}
Reply


Messages In This Thread
SetPlayerNameForPlayer - by KoloradO - 24.02.2018, 20:23
Re: SetPlayerNameForPlayer - by KoloradO - 24.02.2018, 22:01
Re: SetPlayerNameForPlayer - by Jelly23 - 24.02.2018, 22:08
Re: SetPlayerNameForPlayer - by KoloradO - 25.02.2018, 01:45
Re: SetPlayerNameForPlayer - by Jelly23 - 25.02.2018, 07:57
Re: SetPlayerNameForPlayer - by KoloradO - 02.11.2018, 00:27
Re: SetPlayerNameForPlayer - by GuiLopez - 02.11.2018, 01:07
Re: SetPlayerNameForPlayer - by Pool - 02.11.2018, 02:45
Re: SetPlayerNameForPlayer - by Ermanhaut - 02.11.2018, 04:15
Re: SetPlayerNameForPlayer - by KoloradO - 02.11.2018, 14:13
Re: SetPlayerNameForPlayer - by B4dSh33p - 02.11.2018, 14:23
Re: SetPlayerNameForPlayer - by KoloradO - 02.11.2018, 14:53
Re: SetPlayerNameForPlayer - by ipsLuan - 02.11.2018, 15:22
Re: SetPlayerNameForPlayer - by GasparzinhoXD - 02.11.2018, 15:28
Re: SetPlayerNameForPlayer - by KoloradO - 02.11.2018, 17:11
Re: SetPlayerNameForPlayer - by BrunoBM23 - 02.11.2018, 17:18
Re: SetPlayerNameForPlayer - by B4dSh33p - 02.11.2018, 17:24
Re: SetPlayerNameForPlayer - by Cycle - 03.11.2018, 18:49

Forum Jump:


Users browsing this thread: 1 Guest(s)