04.10.2012, 17:07
CreatePlayer3DTextLabel
Ou entгo faz com GameText, acho que fica mais legal
Ou entгo faz com GameText, acho que fica mais legal
pawn Код:
public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid) {
static string[32];
format(string, sizeof(string), "{32CD32}-{FF0000}%.0f", amount);
GameTextForPlayer(playerid, string, 3000, 4);
return 1;
}