19.02.2018, 01:25
Bom, mais uma vez estou tendo um erro chatinho, o erro й o seguinte:
o cуdigo, a linha com o erro б a primeira:
Bom, jб segui milhхes de tutoriais na net, jб instalei vбrios YSI e nenhum funcionou, continuando do mesmo jeito.
Код HTML:
error 025: function heading differs from prototype
PHP код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart)
{
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);