19.02.2018, 16:10
Quote:
Bom, mais uma vez estou tendo um erro chatinho, o erro й o seguinte:
HTML Code:
error 025: function heading differs from prototype PHP Code:
|
PHP Code:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid)
{
if(issuerid != INVALID_PLAYER_ID)
{
new string[20];
format(string, sizeof(string), "~s~-~r~%.0f", amount);
GameTextForPlayer(playerid, string, 1000, 6);
GameTextForPlayer(issuerid , string, 1000, 5);
PlayerPlaySound(issuerid , 17802, 0.0, 0.0, 0.0);