[Tutorial] Pacotes - Pawn.RakNet
#24

Como fazer SetPlayerSkinForPlayer e SetPlayerAttachedObjectForPlayer?

Eu sou leigo nisso de raknet, tentei fazer mas nгo deu muito certo rs

Код:
stock SetPlayerSkinForPlayer(playerid, toplayerid, skin)
{
    new BitStream:bs = BS_New();

    BS_WriteValue(
        bs,
        PR_UINT16, playerid
    );

    BS_SetWriteOffset(bs, skin);
    BS_RPC(bs, toplayerid, 153, PR_LOW_PRIORITY, PR_RELIABLE_ORDERED);
    BS_Delete(bs);
    return 1;
}
Reply


Messages In This Thread
Pacotes - Pawn.RakNet - by Jelly23 - 13.11.2017, 20:42
Re: Pacotes - Pawn.RakNet - by RodrigoMSR - 13.11.2017, 20:58
Re: Pacotes - Pawn.RakNet - by RiqueP - 13.11.2017, 21:02
Re: Pacotes - Pawn.RakNet - by C4rtm4n - 13.11.2017, 21:03
Re: Pacotes - Pawn.RakNet - by Jelly23 - 13.11.2017, 21:05
Re: Pacotes - Pawn.RakNet - by C4rtm4n - 13.11.2017, 21:20
Re: Pacotes - Pawn.RakNet - by Jelly23 - 13.11.2017, 22:03
Re: Pacotes - Pawn.RakNet - by NathanT - 13.11.2017, 23:06
Re: Pacotes - Pawn.RakNet - by C4rtm4n - 13.11.2017, 23:51
Re: Pacotes - Pawn.RakNet - by NathanT - 14.11.2017, 10:18
Re: Pacotes - Pawn.RakNet - by PT - 14.11.2017, 10:41
Re: Pacotes - Pawn.RakNet - by KoloradO - 14.11.2017, 11:27
Re: Pacotes - Pawn.RakNet - by CaioTJF - 14.11.2017, 11:43
Re: Pacotes - Pawn.RakNet - by KoloradO - 14.11.2017, 11:46
Re: Pacotes - Pawn.RakNet - by Jelly23 - 14.11.2017, 13:16
Re: Pacotes - Pawn.RakNet - by KoloradO - 14.11.2017, 15:10
Re: Pacotes - Pawn.RakNet - by PT - 14.11.2017, 15:12
Re: Pacotes - Pawn.RakNet - by KoloradO - 14.11.2017, 15:16
Re: Pacotes - Pawn.RakNet - by Relaxed - 14.11.2017, 18:18
Re: Pacotes - Pawn.RakNet - by IlanZ - 14.11.2017, 18:54
Re: Pacotes - Pawn.RakNet - by KoloradO - 14.11.2017, 19:43
Re: Pacotes - Pawn.RakNet - by Benner - 14.11.2017, 20:38
Re: Pacotes - Pawn.RakNet - by Jelly23 - 14.11.2017, 20:43
Re: Pacotes - Pawn.RakNet - by KoloradO - 14.11.2017, 20:51
Re: Pacotes - Pawn.RakNet - by Jelly23 - 14.11.2017, 21:21
Re: Pacotes - Pawn.RakNet - by Jelly23 - 15.11.2017, 16:22
Re: Pacotes - Pawn.RakNet - by KoloradO - 22.11.2017, 21:27
Re: Pacotes - Pawn.RakNet - by Jelly23 - 24.01.2018, 16:13
Re: Pacotes - Pawn.RakNet - by Gguiz - 25.01.2018, 03:59
Re: Pacotes - Pawn.RakNet - by Jelly23 - 10.02.2018, 18:46
Re: Pacotes - Pawn.RakNet - by n0minal - 10.02.2018, 19:03
Re: Pacotes - Pawn.RakNet - by BrunoBM23 - 23.06.2018, 21:49

Forum Jump:


Users browsing this thread: 6 Guest(s)