11.08.2012, 16:10
PHP код:
108 public OnPlayerCommandText(playerid, cmdtext[])
109 if (strcmp("/heal", cmdtext, true, 10) == 0)
110 SetPlayerHealth (playerid, 100);
111 SendClientMessage (playerid, 0x4D34B3FF, "You have healed yourself.");
112 return 1;
"Error 010: invalid function or declaration"