SA-MP Forums Archive
[HELP]Please, Text with Hit sound 17802 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP]Please, Text with Hit sound 17802 (/showthread.php?tid=348340)



[HELP]Please, Text with Hit sound 17802 - [MsT]Pho3niX - 05.06.2012

People. I ask you to help me with a problem ...
need to convert the code ... To TextDraw or 3DText
ae someone help me, please take a lot and I am new to pawn... xDD
pawn Код:
public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid)
{
    if(damagedid != INVALID_PLAYER_ID)
    {
        new string[25];
        format(string, sizeof(string), "~g~-~r~%.0f", amount), GameTextForPlayer(playerid, string, 3000, 3), GameTextForPlayer(damagedid, string, 3000, 3);
        PlayerPlaySound(playerid,17802,0.0,0.0,0.0);
    }
    return 1;
}



Re: [HELP]Please, Text with Hit sound 17802 - [MsT]Pho3niX - 05.06.2012

Please! =/


Re: [HELP]Please, Text with Hit sound 17802 - [MsT]Pho3niX - 05.06.2012

??