05.06.2012, 04:46
Como posso colocar esse cуdigo abaixo, como TextDraw, ou como 3DText,
Por favor, preciso muito galera, xD
Por favor, preciso muito galera, xD
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);
}
return 1;
}