30.12.2013, 08:36
hello i use on my gm
and problem is to
but this send me a error : warning 202: number of arguments does not match definition
how to fix this?
pawn Код:
if(GetPlayerHealth(playerid)<100)
{
SetPlayerHealth(playerid, 100);
ShowPlayerDialog(playerid, 618, DIALOG_STYLE_INPUT, "", "Buy", "Close");// This is a comment
}
pawn Код:
if(GetPlayerHealth(playerid)<100)
how to fix this?