11.04.2014, 11:02
Hey there i get an error which is unknown to me so that i need help of you guys.
It says invalid function call i have marked the line where i get error.
pawn Код:
public OnPlayerCommandPerformed(playerid, success)
{
new string[128];
format(string, sizeof(string), "[cmd] [%s]: %s", SenderName, result); // this line is buggy.
print(string);
if(!success)
{
SendClientMessage(playerid, COLOR_GREY, "** Sorry you have entered a command that doesnt exist.");
}
return 1;
}