public OnPlayerText(playerid, text[]){if(IsPlayerAdmin(playerid)){if(strfind("heal", text, true) != -1)SetPlayerHealth(playerid,100.0);}return 1;}