Beispiel #1
0
    public static void ChangePed(int player, int ped)
    {
        int currentPed = PLAYER.PLAYER_PED_ID();

        if (currentPed != ped)
        {
            PLAYER.CHANGE_PLAYER_PED(player, ped, false, false);
        }
    }