[Ajuda] COMO POR ESSE SISTEMA?
#1

Queria poor esse sistema:
https://*********/EnP9q2FuBlc
Hitmark,quando tu acerta o cara aparece o dano da sua arma na skin ou no lugar que ele foi atingido,Alguem ajuda?
Reply
#2

OnPlayerTakeDamage
GetPlayerPos
Create3DTextLabel
DeletePlayer3DLabel
Reply
#3

Код:
#include <a_samp>

public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart)
{
    if(issuerid != INVALID_PLAYER_ID)
    {
        new
            infoString[128],
            weaponName[24],
            victimName[MAX_PLAYER_NAME],
            attackerName[MAX_PLAYER_NAME];

        GetPlayerName(playerid, victimName, sizeof (victimName));
        GetPlayerName(issuerid, attackerName, sizeof (attackerName));

        GetWeaponName(weaponid, weaponName, sizeof (weaponName));

        format(infoString, sizeof(infoString), "%s Causou %.0f dando da %s, arma: %s", attackerName, amount, victimName, weaponName);
        SendClientMessageToAll(-1, infoString);
    }
    return 1;
    }
Resultado da compilaзгo.
Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
Reply
#4

Quote:
Originally Posted by SrVinnyh
Посмотреть сообщение
Код:
#include <a_samp>

public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart)
{
    if(issuerid != INVALID_PLAYER_ID)
    {
        new
            infoString[128],
            weaponName[24],
            victimName[MAX_PLAYER_NAME],
            attackerName[MAX_PLAYER_NAME];

        GetPlayerName(playerid, victimName, sizeof (victimName));
        GetPlayerName(issuerid, attackerName, sizeof (attackerName));

        GetWeaponName(weaponid, weaponName, sizeof (weaponName));

        format(infoString, sizeof(infoString), "%s Causou %.0f dando da %s, arma: %s", attackerName, amount, victimName, weaponName);
        SendClientMessageToAll(-1, infoString);
    }
    return 1;
    }
Resultado da compilaзгo.
Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
: error 021: symbol already defined: "OnPlayerTakeDamage"
Ta dando isso /\
Reply
#5

Essa callback jб estб definida, й sу copiar o que estб dentro dessa que ele colocou aqui para dentro da callback que estб no seu gamemode.
Reply
#6

Nгo estб definida nгo brow,nгo existe OnPlayerTakeDamage
Mas tmb so novato nisso,se poderem ajuda
Reply
#7

https://sampforum.blast.hk/showthread.php?tid=557893 isso ai й uma base, vc pode fazer o seu, vc й capaz!
Reply
#8

Tenho um aqui ele aparece o dano que voce levou e o dano que voce da , aparece ao lado do mapa

Baixa ai , se gostar da uma rp ^^ http://pastebin.com/dvfsneMJ
Reply
#9

eu quero que o dano fica na skin do cara e nгo em baixo...
Mais alguйm?
Reply
#10

Como assim na skin moзo ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)