CMD:heal(playerid, params[]) // it should be params[] not o[]{ SetPlayerHealth(playerid, 100); SetPlayerArmour(playerid, 100); return 1;}